From e4b38e9e5a5fb59cae9371865db6a27e83dce026 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 10 Sep 2023 23:53:24 +0000 Subject: [PATCH] Update org.eclipse.jgit to 6.6.1.202309021850-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1d969ca..40def04 100644 --- a/build.sbt +++ b/build.sbt @@ -10,4 +10,4 @@ startYear := Some(2016) addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") -libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.0.202305301015-r" +libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.1.202309021850-r"