From 59586a9bcd45200bc5b8d6bf4722200ba175cb98 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 1 Dec 2023 15:55:57 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-library_2.13, ... to 1.14.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6bac283..60a62fb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ val crossVer = "1.3.2" -val scalaJSVersion = "1.13.2" +val scalaJSVersion = "1.14.0" val scalaNativeVersion = "0.4.14" addDependencyTreePlugin