Skip to content

Commit 58d31e9

Browse files
Update org.eclipse.jgit to 6.4.0.202211300538-r (#1656)
1 parent 0bbe491 commit 58d31e9

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
@@ -114,7 +114,7 @@ object Deps {
114114
def fansi = ivy"com.lihaoyi::fansi:0.4.0"
115115
def guava = ivy"com.google.guava:guava:31.1-jre"
116116
def javaClassName = ivy"io.github.alexarchambault.scala-cli:java-class-name_3:0.1.0"
117-
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r"
117+
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r"
118118
def jimfs = ivy"com.google.jimfs:jimfs:1.2"
119119
def jniUtils = ivy"io.get-coursier.jniutils:windows-jni-utils:0.3.3"
120120
def jsoniterCore213 =

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.1.4`
2-
import $ivy.`org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r`
2+
import $ivy.`org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r`
33
import $file.settings, settings.{PublishLocalNoFluff, workspaceDirName}
44

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

0 commit comments

Comments
 (0)