Skip to content

Commit

Permalink
Merge pull request #18 from hmrc/update
Browse files Browse the repository at this point in the history
Downgrade org.eclipse.jgit for Java 11 compatibility
  • Loading branch information
colin-lamed authored Nov 25, 2024
2 parents 7a6e3a7 + e54e60b commit a6a254e
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 @@ -9,7 +9,7 @@ lazy val root = Project("sbt-git-stamp", file("."))
scalaVersion := "2.12.20",
libraryDependencies ++=
Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "7.0.0.202409031743-r",
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r", // 7.x requires all client to be on Java 21
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"com.vladsch.flexmark" % "flexmark-all" % "0.64.8" % Test
)
Expand Down

0 comments on commit a6a254e

Please sign in to comment.