From d74fcf63c2006e0abefc69b58def723fc013146a Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Mon, 5 Dec 2022 22:14:09 -0800 Subject: [PATCH] Update sbt-sonatype to 3.9.15 (#360) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c960b48..8dd4e03 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.14") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15") 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.6")