From 0e659e947ec642cdcf546edcf101618c6e7cda9f Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 3 Jun 2022 13:46:10 -0700 Subject: [PATCH] Update sbt-sonatype to 3.9.13 (#320) * Update sbt-sonatype to 3.9.13 * Update sbt-sonatype to 3.9.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 416fac7..30d8d3a 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")