Skip to content

Commit

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

Update org.eclipse.jgit to 5.11.0.202103091610-r
  • Loading branch information
dwijnand authored Apr 7, 2021
2 parents ffae073 + a854255 commit c25bc49
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 @@ -30,7 +30,7 @@ inThisBuild(List(

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

0 comments on commit c25bc49

Please sign in to comment.