Skip to content

Commit

Permalink
Upgrade jgit to 5.11.0.202103091610-r
Browse files Browse the repository at this point in the history
With this, we could fix sbt#161
  • Loading branch information
jsyeo authored Apr 13, 2021
1 parent c97aca2 commit faf8473
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 @@ -13,7 +13,7 @@ enablePlugins(GitVersioning, SbtPlugin)
git.baseVersion := "1.0"

libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.9.0.201710071750-r",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.11.0.202103091610-r",
"com.michaelpollmeier" % "versionsort" % "1.0.0"
)

Expand Down

0 comments on commit faf8473

Please # to comment.