Skip to content

Commit 9deaf59

Browse files
committed
Update org.eclipse.jgit to 6.10.1.202505221210-r
1 parent bb9c9f8 commit 9deaf59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/deps/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ object Deps {
183183
"org.jline" -> "jline-terminal",
184184
"org.jline" -> "jline-terminal-jna"
185185
)
186-
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r"
186+
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r"
187187
def jimfs = ivy"com.google.jimfs:jimfs:1.3.0"
188188
def jmhGeneratorBytecode = ivy"org.openjdk.jmh:jmh-generator-bytecode:${Versions.jmh}"
189189
def jmhCore = ivy"org.openjdk.jmh:jmh-core:${Versions.jmh}"

project/publish/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package build.project.publish
22
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
3-
import $ivy.`org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r`
3+
import $ivy.`org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r`
44
import build.project.settings
55
import com.lumidion.sonatype.central.client.core.{PublishingType, SonatypeCredentials}
66
import settings.{PublishLocalNoFluff, workspaceDirName}

0 commit comments

Comments
 (0)