From 4c4a3bcb6176809fb3c163fa7b981f18ac9560dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 29 Mar 2022 20:18:13 +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 338b4f8..7baa040 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,6 +7,6 @@ addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0 // sane scalac options addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")