From e41e908ed6960af063585dfeade83cca4685e8c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 Apr 2026 15:54:58 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.21.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 76dff84a..e19da487 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39")