From b001a4481c77b67627ee3a08264b3eb05445b0e2 Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 27 Nov 2023 15:51:48 +0800 Subject: [PATCH] Update sbt-sonatype to 3.10.0 (#169) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1f2f4ae..a57273b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.12") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0")