diff --git a/build.sbt b/build.sbt index ec92ece..f659d81 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ enablePlugins(GitVersioning, SbtPlugin) git.baseVersion := "1.0" libraryDependencies ++= Seq( - "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r", "com.michaelpollmeier" % "versionsort" % "1.0.11", "org.scalameta" %% "munit" % "0.7.29" % Test )