From facddace03695d7ceaf3ec8c69b5cd6a2e17477f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 1 Apr 2022 18:41:29 +0200 Subject: [PATCH] org.eclipse.jgit 6.1.0.202203080745-r (was 5.13.0.202109080827-r) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 42dd1d68..ab4e3aca 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.1.0", - "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.1.0.202203080745-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "3.6.0", "org.webjars" % "html5shiv" % "3.7.3-1",