Skip to content

Commit 53b4ae9

Browse files
committed
Update org.eclipse.jgit to 6.10.0.202406032230-r
1 parent 49a0b02 commit 53b4ae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ object Deps {
161161
def guava = ivy"com.google.guava:guava:33.2.1-jre"
162162
def javaClassName =
163163
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"
165165
def jimfs = ivy"com.google.jimfs:jimfs:1.3.0"
166166
def jmhGeneratorBytecode = ivy"org.openjdk.jmh:jmh-generator-bytecode:${Versions.jmh}"
167167
def jmhCore = ivy"org.openjdk.jmh:jmh-core:${Versions.jmh}"

project/publish.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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`
33
import $file.settings, settings.{PublishLocalNoFluff, workspaceDirName}
44

55
import de.tobiasroeser.mill.vcs.version._

0 commit comments

Comments
 (0)