From 60d73d6d931a965f018e4067098e004d4cf76729 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Mar 2024 17:33:57 +0000 Subject: [PATCH] org.eclipse.jgit 6.9.0.202403050737-r (was 6.8.0.202311291450-r) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d6d70d8..7ac347c 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" % "6.8.0.202311291450-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.9.0.202403050737-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "3.7.1", "org.webjars" % "html5shiv" % "3.7.3-1",