Skip to content

Commit

Permalink
Merge pull request #515 from codacy/revert-jgit-version
Browse files Browse the repository at this point in the history
revert jgit version
  • Loading branch information
DMarinhoCodacy authored Dec 31, 2024
2 parents 605630e + 038ce8e commit 88b1d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
)
Expand Down

0 comments on commit 88b1d75

Please sign in to comment.