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 Nov 18, 2024
1 parent 4a240ac commit d9ddb64
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 @@ -174,7 +174,7 @@ object Deps {
"org.jline" -> "jline-terminal",
"org.jline" -> "jline-terminal-jna"
)
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 d9ddb64

Please sign in to comment.