Skip to content

Commit

Permalink
Update org.eclipse.jgit to 5.13.3.202401111512-r (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 12, 2024
1 parent 52050ce commit c9ddfc1
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 @@ -43,7 +43,7 @@ inThisBuild(List(

val dynverLib = LocalProject("dynver")
val dynver = project.settings(
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r" % Test,
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
resolvers += Resolver.sbtPluginRepo("releases"), // for prev artifacts, not repo1 b/c of mergly publishing
publishSettings,
Expand Down

0 comments on commit c9ddfc1

Please sign in to comment.