diff --git a/build.sbt b/build.sbt index 42dd1d68..ab4e3aca 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchec libraryDependencies ++= Seq( "com.typesafe.play" %% "play-doc" % "2.1.0", - "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.1.0.202203080745-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "3.6.0", "org.webjars" % "html5shiv" % "3.7.3-1",