Skip to content

Commit

Permalink
Update sbt and scalajs plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Nov 23, 2023
1 parent 0702a1e commit 2e865ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.7
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
// addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.1.2")

0 comments on commit 2e865ae

Please sign in to comment.