From f2a3120aa8bd6c025345537536b878978eb0be41 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Oct 2024 18:30:52 +0000 Subject: [PATCH] chore(Dependencies) : update sbt-git from 1.0.2 to 2.1.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6941586..ed31900 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.2") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")