From a2fdf47bc7f00a84a3104d380eb17a77311b0947 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 03:27:24 +0000 Subject: [PATCH] Update sbt-sonatype to 3.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a3d6a1..2e2019d 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.3.0" addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")