We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ac25a commit c2ab89eCopy full SHA for c2ab89e
project/Dependencies.scala
@@ -2,9 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val robertoJgit = "com.madgag" % "org.eclipse.jgit" % "6.4.0.202211300538-r"
6
- val eclipseJgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "4.0.1.201506240215-r"
7
- val jgit = eclipseJgit
+ val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "6.4.0.202211300538-r"
8
9
val scalatest = "org.scalatest" %% "scalatest" % "3.2.14"
10
0 commit comments