From fde67d0208e84f6aff1c01130d37e8a2904e0fdd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Jan 2023 17:05:02 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2d8338b..947d8a1 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.17") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")