From c379a40b2b327e784a2d60eb1d5cc56e9a4947f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jun 2026 17:04:10 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.22.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 76dff84a..c6dad311 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.22.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39")