From 4152a0fcb094403eb39eaca6d4fe1995249e87ea Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 24 Jan 2025 20:48:47 +0100 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 (#421) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 27e1c8f6..ab941366 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots") // versions val crossVer = "1.3.2" -val scalaJSVersion = "1.18.1" +val scalaJSVersion = "1.18.2" val scalaNativeVersion = "0.5.6" val scalafix = "0.14.0"