From c39c36dad6fbc5fab48cc5d61c21ae3690e0fa92 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 May 2023 18:02:40 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2d8338b..231aed9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")