Skip to content

Commit

Permalink
Upgrade to latest JGit (require Java 11+)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 7, 2022
1 parent 16717b1 commit 8b0feb0
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 @@ -8,7 +8,7 @@ scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchec

libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-doc" % "2.2.0-M1",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r",
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.3.0.202209071007-r",
"com.damnhandy" % "handy-uri-templates" % "2.1.8",
"org.webjars" % "jquery" % "3.6.1",
"org.webjars" % "html5shiv" % "3.7.3-1",
Expand Down

0 comments on commit 8b0feb0

Please sign in to comment.