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 Aug 14, 2024
1 parent 49a0b02 commit 53b4ae9
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 @@ -161,7 +161,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 jmhGeneratorBytecode = ivy"org.openjdk.jmh:jmh-generator-bytecode:${Versions.jmh}"
def jmhCore = ivy"org.openjdk.jmh:jmh-core:${Versions.jmh}"
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 53b4ae9

Please sign in to comment.