From 127a661493dfdd33ce746f16d44e6204ee9860cb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Jan 2023 19:43:27 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.16 --- 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..f2124dc82 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.16") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")