From a6e1898a718f7d2ba373f6b30c20549c5f438739 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Mar 2022 22:17:45 +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 86f91355..a9b57c94 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")