From ca3f570d211d8c41aed6564f0d8d439bab6347fa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 Nov 2023 16:25:11 +0000 Subject: [PATCH 1/2] 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 6b760ec..7bcac62 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 From b5d65cd68aba54acbd1a31ff040828c094dea866 Mon Sep 17 00:00:00 2001 From: "dragonfly.ai" Date: Wed, 29 Nov 2023 09:34:29 -0700 Subject: [PATCH 2/2] Update plugins.sbt --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7bcac62..d021fbf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ val crossVer = "1.3.2" val scalaJSVersion = "1.14.0" -val scalaNativeVersion = "0.4.14" +val scalaNativeVersion = "0.4.16" addDependencyTreePlugin @@ -16,4 +16,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % crossVer) addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.19") // Make me a website! -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.19") \ No newline at end of file +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.19")