From ceace3884611f1bc8d85bf76941403205171a892 Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" Date: Mon, 30 Dec 2024 15:51:23 +0000 Subject: [PATCH] bump jgit v6.10.0.202406032230 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb72cfff..c67552d6 100644 --- a/build.sbt +++ b/build.sbt @@ -81,7 +81,7 @@ lazy val apiScala = project libraryDependencies ++= Seq( "com.typesafe.play" %% "play-json" % "2.10.5", ("org.scalaj" %% "scalaj-http" % "2.4.2").cross(CrossVersion.for3Use2_13), - "org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.9.201909030838-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r", scalatest % Test ) )