From e0931fc4e791b31d42ef126b586058c381ddb7c8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 16 Nov 2022 22:08:50 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.14 --- 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..69d5cf726 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.14") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")