We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77177c7 commit f55ae80Copy full SHA for f55ae80
project/plugins.sbt
@@ -5,7 +5,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
5
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.10.0")
6
7
// Settings for Scala.js
8
-val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.14.0")
+val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.16.0")
9
addSbtPlugin("org.scala-js" % "sbt-scalajs" % SCALAJS_VERSION)
10
11
// For building the project for Scala and Scala.js
0 commit comments