From 13f5e7705b95412d17e17705de61541b7bd1ea8f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 3 May 2023 20:15:15 +0000 Subject: [PATCH] Update sbt-sonatype to 3.9.19 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9be2225f..b75089ec 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.17") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.19") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") \ No newline at end of file