From 288680908fca73c01ea0498ec7e67cbf08f4bef2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jun 2026 23:32:36 +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 9b47b1d..0e53e7d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.0") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.1") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.22.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")