From e5466267bc09cdc29443820cd70e43b9cea6da99 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 Dec 2022 15:05:35 +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 6e66971..2ccfbb9 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.4.1") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")