Skip to content

Commit 24c4fe5

Browse files
authored
Merge pull request #12 from rtyley/update-to-latest-jgit
Update to latest JGit
2 parents 109ea4f + db994df commit 24c4fe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ import sbt._
22

33
object Dependencies {
44

5-
val robertoJgit = "com.madgag" % "org.eclipse.jgit" % "3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE"
5+
val robertoJgit = "com.madgag" % "org.eclipse.jgit" % "6.4.0.202211300538-r"
66
val eclipseJgit = "org.eclipse.jgit" % "org.eclipse.jgit" % "4.0.1.201506240215-r"
77
val jgit = eclipseJgit
88

99
val scalatest = "org.scalatest" %% "scalatest" % "3.2.14"
1010

11-
val madgagCompress = "com.madgag" % "util-compress" % "1.33"
11+
val madgagCompress = "com.madgag" % "util-compress" % "1.35"
1212

1313
val guava = Seq("com.google.guava" % "guava" % "31.1-jre", "com.google.code.findbugs" % "jsr305" % "2.0.1")
1414

0 commit comments

Comments
 (0)