From e0a7bef375b40f3c56472cc364f53446fa450d64 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 15 Aug 2024 20:53:07 +0000 Subject: [PATCH] Update sbt-sonatype to 3.11.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0d1f3a9dc..27d38fda3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") // Deployment configuration addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") \ No newline at end of file +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") \ No newline at end of file