From 374859f108d4b89e0c9f0fa14dd94c6d79ee49a2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Jan 2025 22:31:13 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.18.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9c183b3b..d5d3c4f9 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.1") addSbtPlugin( "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37"