From f010edfc833602bf6192fc82dddf10ef294111ed Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 21:52:51 +0000 Subject: [PATCH] Update org.eclipse.jgit to 6.10.0.202406032230-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 872f67c6c..bfe4319f6 100644 --- a/build.sbt +++ b/build.sbt @@ -391,7 +391,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.9.0.202403050737-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r", "net.openhft" % "affinity" % "3.23.3", ), Test / javaOptions ++= List("-Xmx600M", "-Xms600M"),