Skip to content

Commit d1bd038

Browse files
committed
Update org.eclipse.jgit to 6.10.1.202505221210-r
1 parent 179dcd8 commit d1bd038

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
@@ -184,7 +184,7 @@ object Deps {
184184
"org.jline" -> "jline-terminal",
185185
"org.jline" -> "jline-terminal-jna"
186186
)
187-
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r"
187+
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r"
188188
def jimfs = ivy"com.google.jimfs:jimfs:1.3.1"
189189
def jmhGeneratorBytecode = ivy"org.openjdk.jmh:jmh-generator-bytecode:${Versions.jmh}"
190190
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)