From 2265eb8485c26403c45a35c7c8b17c59acc1914b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Jun 2021 02:41:42 +0200 Subject: [PATCH] Update org.eclipse.jgit to 5.12.0.202106070339-r --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.