From 359bf78ea359e5e1e79fa89e5e8e059f365ed64d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 04:31:18 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.1 --- sonatype/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonatype/build.sbt b/sonatype/build.sbt index 450e041a..031bfb58 100644 --- a/sonatype/build.sbt +++ b/sonatype/build.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.1") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")