From 85928954dc7d07f33c830b1085f65c27baf380b4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 11 Sep 2026 00:07:27 +0000 Subject: [PATCH] Update sbt-git to 2.2.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ba7a258f1..f1718828d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // git -addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.2.0") // linters addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4")