From 856f687ee8ebe80977458a11c40558d00d3dff95 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 25 May 2022 01:06:52 +0200 Subject: [PATCH] Update sbt-sonatype to 3.9.13 --- 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 91218c64b..63237e5a6 100644 --- a/core/project/plugins.sbt +++ b/core/project/plugins.sbt @@ -8,7 +8,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0") // publishing addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")