diff --git a/build.sbt b/build.sbt index 5c248a3..2a8da8b 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchec libraryDependencies ++= Seq( "org.playframework" %% "play-doc" % "3.0.1", - "org.eclipse.jgit" % "org.eclipse.jgit" % "7.6.0.202603022253-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "7.7.0.202606012155-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "4.0.0", "org.webjars" % "html5shiv" % "3.7.3-1",