From a606665f4f6880117d46e12fbdafd8f15ee56f78 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 26 Jul 2026 17:40:37 +0000 Subject: [PATCH] org.eclipse.jgit 7.7.1.202607240634-r (was 7.7.0.202606012155-r) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dbc50a2..f81e232 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.7.0.202606012155-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "7.7.1.202607240634-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "4.0.0", "org.webjars" % "html5shiv" % "3.7.3-1",