Skip to content

Commit

Permalink
Update org.eclipse.jgit to 6.10.0.202406032230-r
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 12, 2024
1 parent d7311e9 commit e177784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ object Deps {
def guava = ivy"com.google.guava:guava:33.2.1-jre"
def javaClassName =
ivy"org.virtuslab.scala-cli.java-class-name:java-class-name_3:${Versions.javaClassName}"
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r"
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r"
def jimfs = ivy"com.google.jimfs:jimfs:1.3.0"
def jniUtils = ivy"io.get-coursier.jniutils:windows-jni-utils:0.3.3"
def jsoniterCore =
Expand Down
2 changes: 1 addition & 1 deletion project/publish.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
import $ivy.`org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r`
import $ivy.`org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r`
import $file.settings, settings.{PublishLocalNoFluff, workspaceDirName}

import de.tobiasroeser.mill.vcs.version._
Expand Down

0 comments on commit e177784

Please sign in to comment.