From ddf50c23880dea3930b2ab96a57c2c87905a329a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Mar 2022 20:34:16 +0200 Subject: [PATCH] Update sbt-git to 2.0.0 --- project/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.sbt b/project/build.sbt index b38e917..7daa244 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -4,4 +4,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.0.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0")