Skip to content

Commit

Permalink
Update org.eclipse.jgit to 6.6.0.202305301015-r
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Jun 13, 2023
1 parent 1733356 commit 66fcbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 66fcbeb

Please sign in to comment.