Skip to content

Commit

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

Update org.eclipse.jgit to 5.12.0.202106070339-r
  • Loading branch information
dwijnand authored Jun 8, 2021
2 parents d92e62c + 0047726 commit dc71463
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.11.1.202105131744-r" % Test,
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.12.0.202106070339-r" % Test,
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
resolvers += Resolver.sbtPluginRepo("releases"), // for prev artifacts, not repo1 b/c of mergly publishing
publishSettings,
Expand Down

0 comments on commit dc71463

Please sign in to comment.