We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605630e commit 038ce8eCopy full SHA for 038ce8e
build.sbt
@@ -81,7 +81,7 @@ lazy val apiScala = project
81
libraryDependencies ++= Seq(
82
"com.typesafe.play" %% "play-json" % "2.10.5",
83
("org.scalaj" %% "scalaj-http" % "2.4.2").cross(CrossVersion.for3Use2_13),
84
- "org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r",
+ "org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.9.201909030838-r",
85
scalatest % Test
86
)
87
0 commit comments