Skip to content

Commit c2ab89e

Browse files
committed
Not currently using my fork, avoid the confusion
1 parent 03ac25a commit c2ab89e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import sbt._
22

33
object Dependencies {
44

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
5+
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "6.4.0.202211300538-r"
86

97
val scalatest = "org.scalatest" %% "scalatest" % "3.2.14"
108

0 commit comments

Comments
 (0)