From 9d3f43f8b4e37a67d9eb0e6269df31c291a94a9d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 5 May 2023 19:19:43 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.20 --- 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..2a0da0103 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.20") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")