Skip to content

Commit

Permalink
Merge pull request #2384 from scala-steward/update/org.eclipse.jgit-6…
Browse files Browse the repository at this point in the history
….6.1.202309021850-r

Update org.eclipse.jgit to 6.6.1.202309021850-r
  • Loading branch information
tgodzik authored Sep 11, 2023
2 parents 779ab52 + eb91d73 commit 3483126
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 @@ -119,7 +119,7 @@ object Deps {
def giter8 = ivy"org.foundweekends.giter8:giter8:0.16.2"
def guava = ivy"com.google.guava:guava:32.1.2-jre"
def javaClassName = ivy"io.github.alexarchambault.scala-cli:java-class-name_3:0.1.0"
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.6.0.202305301015-r"
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.6.1.202309021850-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.6.0.202305301015-r`
import $ivy.`org.eclipse.jgit:org.eclipse.jgit:6.6.1.202309021850-r`
import $file.settings, settings.{PublishLocalNoFluff, workspaceDirName}

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

0 comments on commit 3483126

Please sign in to comment.