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 @@ -161,7 +161,7 @@ object Deps {
161
161
def guava = ivy " com.google.guava:guava:33.2.1-jre "
162
162
def javaClassName =
163
163
ivy " org.virtuslab.scala-cli.java-class-name:java-class-name_3: ${Versions .javaClassName}"
164
- def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.8 .0.202311291450 -r "
164
+ def jgit = ivy " org.eclipse.jgit:org.eclipse.jgit:6.10 .0.202406032230 -r "
165
165
def jimfs = ivy " com.google.jimfs:jimfs:1.3.0 "
166
166
def jmhGeneratorBytecode = ivy " org.openjdk.jmh:jmh-generator-bytecode: ${Versions .jmh}"
167
167
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