From 7b860bf6afe6797ab370362c3d2fd89656aba4be Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:47:10 +0200 Subject: [PATCH] Update org.eclipse.jgit to 5.13.3.202401111512-r (#274) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9fe934e4..b31aa241 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -36,7 +36,7 @@ addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").excludeAll( addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") // For RawText -libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r" +libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r" // scripted testing libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value