From 3731ee406a4f2d0cd30aebf35d6c9eac1f465e2d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 18:28:32 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 552917d..5c096bb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.7.0")