From f387cc6388033d4f975ae6b9a6658a590a3cef09 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Dec 2022 00:07:44 +0000 Subject: [PATCH] Update sbt-git to 2.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cfba0c5f..65bcebb50 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.0.1") // Static code analysis addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")