diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4e694801..8dbad634 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { def scalafixVersion: String = "0.9.29" val all = List( - "org.eclipse.jgit" % "org.eclipse.jgit" % "5.11.1.202105131744-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "5.12.0.202106070339-r", "ch.epfl.scala" % "scalafix-interfaces" % scalafixVersion, // coursier-small provides a binary stable API around Coursier making sure that // sbt-scalafix doesn't conflict with the user's installed version of sbt-coursier.