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.
2 parents 109ea4f + db994df commit 24c4fe5Copy full SHA for 24c4fe5
project/Dependencies.scala
@@ -2,13 +2,13 @@ import sbt._
2
3
object Dependencies {
4
5
- val robertoJgit = "com.madgag" % "org.eclipse.jgit" % "3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE"
+ 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
8
9
val scalatest = "org.scalatest" %% "scalatest" % "3.2.14"
10
11
- val madgagCompress = "com.madgag" % "util-compress" % "1.33"
+ val madgagCompress = "com.madgag" % "util-compress" % "1.35"
12
13
val guava = Seq("com.google.guava" % "guava" % "31.1-jre", "com.google.code.findbugs" % "jsr305" % "2.0.1")
14
0 commit comments