From 1672c35dff1c3833c850fde89246a03ce620afe8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 23:19:00 +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 4cfba0c5f..f95dfea64 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") // Git Commands - Access to Git repo information -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") // Static code analysis addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")