From f35f44b6cd0ab3d2de8a65406d79ce530ac85e54 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 22 Mar 2023 12:57:47 +0100 Subject: [PATCH] newest jgit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8c2e597b..4d04d0bb 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.2.0-M1", - "org.eclipse.jgit" % "org.eclipse.jgit" % "6.3.0.202209071007-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.5.0.202303070854-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "3.6.3", "org.webjars" % "html5shiv" % "3.7.3-1",