From 1fc800c29455fc818778fabb92189decbf3e2071 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 08:23:02 +0000 Subject: [PATCH] Update org.eclipse.jgit to 5.13.3.202401111512-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )