From ece3b3bdb3d3000afe2db27f7c32b61ae9fe4d30 Mon Sep 17 00:00:00 2001 From: "xuwei-k-bot[bot]" <74788111+xuwei-k-bot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 04:17:12 +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 8b33aed..596a9a7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -9,6 +9,6 @@ scalacOptions ++= Seq( ) addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")