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 1dc5ccb commit 1150050Copy full SHA for 1150050
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.1.202206130422-r",
+ "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r",
18
"com.michaelpollmeier" % "versionsort" % "1.0.11",
19
"org.scalameta" %% "munit" % "1.0.1" % Test
20
)
0 commit comments