From 038ce8ee4f8e6b39e2a3bffd70d8f46095326e96 Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" Date: Tue, 31 Dec 2024 11:24:00 +0000 Subject: [PATCH] revert jgit version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c67552d6..eb72cfff 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" % "6.10.0.202406032230-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.9.201909030838-r", scalatest % Test ) )