From 062c0f3e67ffcfa9e7f3249bed3417d66b7e4cbb Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:17:16 +0000 Subject: [PATCH] Update sbt-scalajs, ... to 1.17.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 98a6bd3..2d55f94 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.7.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.4") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.4") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")