From 99611d01a2077a8b2e19504c1e2296b0e56768b5 Mon Sep 17 00:00:00 2001 From: Peter Nerg Date: Sun, 21 May 2023 01:09:24 +0000 Subject: [PATCH] other: update sbt-sonatype from 3.9.17 to 3.9.21 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 59d2a70..13afe39 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.21") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")