From 6768869fbf104199ecb8c0347892e35dbe5da3c5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Jan 2025 21:57:58 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9c183b3b..2eb39689 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.17.0") +val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.18.2") addSbtPlugin( "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37"