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.
1 parent a81a110 commit 9dee563Copy full SHA for 9dee563
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