From 9be657a484f3bbbf3727a1d8b30e417fa8ba4caa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 10 Mar 2023 16:47:49 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.18 --- core/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/project/plugins.sbt b/core/project/plugins.sbt index 44ac71836..5c0a459a7 100644 --- a/core/project/plugins.sbt +++ b/core/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.8.0") // publishing addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")