From 10b93df5814a13d9bb19a5ee2186d68f6d554aee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Mar 2022 21:20:05 +0200 Subject: [PATCH] Update sbt-git to 2.0.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 117a953be..fbc909b92 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.0") // Static code analysis addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")