From e3e65d7a9cc37a8db78957576c558e4ede72d067 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 19:01:56 +0000 Subject: [PATCH] org.eclipse.jgit 6.10.0.202406032230-r (was 6.9.0.202403050737-r) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd275f0..d3b8335 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.9.0.202403050737-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "3.7.1", "org.webjars" % "html5shiv" % "3.7.3-1",