We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bfb3e0 + b80376a commit d950286Copy full SHA for d950286
project/plugins.sbt
@@ -21,7 +21,7 @@ buildInfoPackage := "scalabuild"
21
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
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