From ea9a7be3099020c46c564d3fe3880e83ed1a1fe8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Oct 2024 16:50:47 +0000 Subject: [PATCH] Update sbt-sonatype to 3.12.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b176804..9d6727a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,6 +3,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.6.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"