From a04021fd7af66b039e036dbc625584608da4539e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Nov 2023 18:25:18 +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 b46ddf9..3c4a5bb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,6 +4,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") scalacOptions ++= Seq("-deprecation", "-unchecked", "-language:_") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")