From bb0a81d78741d234f5cb667edb9926ef71a3319b Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 12 Mar 2023 01:13:55 +0000 Subject: [PATCH] other: update sbt-sonatype from 3.9.17 to 3.9.18 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 59d2a70..fb34cc6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ logLevel := Level.Warn addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")