From 66fcbeb00fb198ec8ad2298b822ebecc400ce95e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Jun 2023 20:04:50 +0000 Subject: [PATCH] Update org.eclipse.jgit to 6.6.0.202305301015-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 520c01b7e..be69b03a5 100644 --- a/build.sbt +++ b/build.sbt @@ -383,7 +383,7 @@ lazy val zincBenchmarks = (projectMatrix in internalPath / "zinc-benchmarks") ideSkipProject := true, // otherwise IntelliJ complains name := "Benchmarks of Zinc and the compiler bridge", libraryDependencies ++= Seq( - "org.eclipse.jgit" % "org.eclipse.jgit" % "6.5.0.202303070854-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.0.202305301015-r", "net.openhft" % "affinity" % "3.23.3", ), Test / javaOptions ++= List("-Xmx600M", "-Xms600M"),