Skip to content

Commit 88b1d75

Browse files
Merge pull request #515 from codacy/revert-jgit-version
revert jgit version
2 parents 605630e + 038ce8e commit 88b1d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ lazy val apiScala = project
8181
libraryDependencies ++= Seq(
8282
"com.typesafe.play" %% "play-json" % "2.10.5",
8383
("org.scalaj" %% "scalaj-http" % "2.4.2").cross(CrossVersion.for3Use2_13),
84-
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r",
84+
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.9.201909030838-r",
8585
scalatest % Test
8686
)
8787
)

0 commit comments

Comments
 (0)