From b811da6289bd59c7fab9c21bb874945cacdf09be Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 19:23:34 +0000 Subject: [PATCH] Update sbt-git to 2.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc3a484..a39e426 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,4 +20,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.0") -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")