From 04a929cb3342964f678e1e6d844cbfcf00081e0d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 24 Nov 2022 17:45:16 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.15 --- 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..ee9ba4e97 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.15") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")