We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a81a110 + 9dee563 commit c4e0856Copy full SHA for c4e0856
build.sbt
@@ -14,7 +14,7 @@ enablePlugins(GitVersioning, SbtPlugin)
14
git.baseVersion := "1.0"
15
16
libraryDependencies ++= Seq(
17
- "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r",
+ "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r",
18
"com.michaelpollmeier" % "versionsort" % "1.0.11",
19
"org.scalameta" %% "munit" % "0.7.29" % Test
20
)
0 commit comments