File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ object Deps {
174
174
" org.jline" -> " jline-terminal" ,
175
175
" org.jline" -> " jline-terminal-jna"
176
176
)
177
- def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.8 .0.202311291450 -r "
177
+ def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.10 .0.202406032230 -r "
178
178
def jimfs = ivy " com.google.jimfs:jimfs:1.3.0 "
179
179
def jmhGeneratorBytecode = ivy " org.openjdk.jmh:jmh-generator-bytecode: ${Versions .jmh}"
180
180
def jmhCore = ivy " org.openjdk.jmh:jmh-core: ${Versions .jmh}"
Original file line number Diff line number Diff line change 1
1
import $ivy .`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
2
- import $ivy .`org.eclipse.jgit:org.eclipse.jgit:6.8 .0.202311291450 -r`
2
+ import $ivy .`org.eclipse.jgit:org.eclipse.jgit:6.10 .0.202406032230 -r`
3
3
import $file .settings , settings .{PublishLocalNoFluff , workspaceDirName }
4
4
5
5
import de .tobiasroeser .mill .vcs .version ._
You can’t perform that action at this time.
0 commit comments