From 2e5ef28c55b6be069554d49b9777a332706e0986 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Mar 2026 18:24:02 +0000 Subject: [PATCH] org.eclipse.jgit 7.6.0.202603022253-r (was 7.5.0.202512021534-r) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7b91ab..5c248a3 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.5.0.202512021534-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "7.6.0.202603022253-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "4.0.0", "org.webjars" % "html5shiv" % "3.7.3-1",