From 950b94a244de096454cf6da4f99bf28c68ed0a4f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 03:29:50 +0000 Subject: [PATCH] Update sbt-sonatype to 3.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 55e51130..2890efdc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.11") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")