From 89bf4d012429c72114f6fba2a034f431f9160fad Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:40:46 +0200 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 (#128) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0a478ad..40e6c41 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.13.2" +val scalaJSVersion = "1.14.0" val scalaNativeVersion = "0.4.15" // Scala.js support