From 7b376cdf457c05e2bc30884d149997402648f0a7 Mon Sep 17 00:00:00 2001 From: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:25:35 +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 d6a7d48..4c0882c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,7 +13,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") // publishSigned addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") // sbt> mimaReportBinaryIssues addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")