From f3c6131f8ee71ae4edf32b1e0c3b008b7a0e3d68 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 08:49:05 +0000 Subject: [PATCH] Update org.eclipse.jgit to 6.8.0.202311291450-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3ef7e3925..9fc2a691e 100644 --- a/build.sbt +++ b/build.sbt @@ -379,7 +379,7 @@ lazy val zincBenchmarks = (projectMatrix in internalPath / "zinc-benchmarks") baseSettings, name := "Benchmarks of Zinc and the compiler bridge", libraryDependencies ++= Seq( - "org.eclipse.jgit" % "org.eclipse.jgit" % "6.7.0.202309050840-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.8.0.202311291450-r", "net.openhft" % "affinity" % "3.23.3", ), Test / javaOptions ++= List("-Xmx600M", "-Xms600M"),