From 271ef496006836df0bbd562be8e80cc596c530bc Mon Sep 17 00:00:00 2001 From: RenkuBot Date: Sun, 5 Jan 2025 06:08:32 +0000 Subject: [PATCH] chore: Update org.eclipse.jgit from 7.0.0.202409031743-r to 7.1.0.202411261347-r --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f39907ba..335fa9d3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -29,5 +29,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // sbt-git comes with quite old jgit version libraryDependencies ++= Seq( - "org.eclipse.jgit" % "org.eclipse.jgit" % "7.0.0.202409031743-r" + "org.eclipse.jgit" % "org.eclipse.jgit" % "7.1.0.202411261347-r" )