Skip to content

Commit d9ddb64

Browse files
committed
Update org.eclipse.jgit to 6.10.0.202406032230-r
1 parent 4a240ac commit d9ddb64

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
@@ -174,7 +174,7 @@ object Deps {
174174
"org.jline" -> "jline-terminal",
175175
"org.jline" -> "jline-terminal-jna"
176176
)
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"
178178
def jimfs = ivy"com.google.jimfs:jimfs:1.3.0"
179179
def jmhGeneratorBytecode = ivy"org.openjdk.jmh:jmh-generator-bytecode:${Versions.jmh}"
180180
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)