Skip to content

Commit e177784

Browse files
committed
Update org.eclipse.jgit to 6.10.0.202406032230-r
1 parent d7311e9 commit e177784

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
@@ -141,7 +141,7 @@ object Deps {
141141
def guava = ivy"com.google.guava:guava:33.2.1-jre"
142142
def javaClassName =
143143
ivy"org.virtuslab.scala-cli.java-class-name:java-class-name_3:${Versions.javaClassName}"
144-
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r"
144+
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r"
145145
def jimfs = ivy"com.google.jimfs:jimfs:1.3.0"
146146
def jniUtils = ivy"io.get-coursier.jniutils:windows-jni-utils:0.3.3"
147147
def jsoniterCore =

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)