We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb01a5a commit 2654a66Copy full SHA for 2654a66
project/Dependencies.scala
@@ -5,7 +5,7 @@ object Dependencies {
5
def scalafixVersion: String = "0.9.30"
6
7
val all = List(
8
- "org.eclipse.jgit" % "org.eclipse.jgit" % "5.12.0.202106070339-r",
+ "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r",
9
"ch.epfl.scala" % "scalafix-interfaces" % scalafixVersion,
10
// coursier-small provides a binary stable API around Coursier making sure that
11
// sbt-scalafix doesn't conflict with the user's installed version of sbt-coursier.
0 commit comments