Skip to content

Commit

Permalink
Update org.eclipse.jgit to 6.6.1.202309021850-r (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 9, 2023
1 parent 5d49c05 commit 0056619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val core = (
"org.ow2.asm" % "asm" % AsmVersion,
"org.ow2.asm" % "asm-util" % AsmVersion,
"org.scala-lang" % "scalap" % System.getProperty("scalap.version", scalaVersion.value),
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.0.202305301015-r",
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.1.202309021850-r",
"org.slf4j" % "slf4j-api" % "2.0.7",
"org.slf4j" % "log4j-over-slf4j" % "2.0.7", // for any java classes looking for this
"ch.qos.logback" % "logback-classic" % "1.4.8",
Expand Down

0 comments on commit 0056619

Please sign in to comment.