From 2e865ae84a2eaba2ac82fd7c78d52c8e95a4c614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Brachtha=CC=88user?= Date: Thu, 23 Nov 2023 08:59:13 +0100 Subject: [PATCH] Update sbt and scalajs plugin --- project/build.properties | 2 +- project/plugins.sbt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/build.properties b/project/build.properties index 46e43a97e..e8a1e246e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.9.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index 3cbed0c56..e07b5cb2a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,10 +2,10 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") // to generate a javascript file and run the compiler in the browser -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") // to have separate projects for jvm and js details -addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0") +addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") // build native images using GraalVM -// addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.1.2") \ No newline at end of file +// addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.1.2")