From 0182358f33f19241b1cbb3e222795327c389dec7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 23:39:25 +0000 Subject: [PATCH] Update sbt-git 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 31d6787..0883a62 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.2")