From 390d9817ac546cb45ba482147b27196e03374555 Mon Sep 17 00:00:00 2001 From: Tofu Bot Date: Fri, 11 Oct 2024 01:36:07 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c533ab0..9d726bd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,6 +8,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")