From 0913b7847edbe40435a6c58f3f779a27ca956eb5 Mon Sep 17 00:00:00 2001 From: Tofu Bot Date: Sat, 12 Oct 2024 01:00:20 +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 91790c0..8340106 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")