We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea281c1 commit b80376aCopy full SHA for b80376a
project/plugins.sbt
@@ -21,7 +21,7 @@ buildInfoPackage := "scalabuild"
21
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
22
23
libraryDependencies ++= Seq(
24
- "org.eclipse.jgit" % "org.eclipse.jgit" % "4.6.0.201612231935-r",
+ "org.eclipse.jgit" % "org.eclipse.jgit" % "4.6.1.201703071140-r",
25
"org.slf4j" % "slf4j-nop" % "1.7.32",
26
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0"
27
)
0 commit comments