Skip to content

Commit

Permalink
Update sbt-scalajs, scalajs-library_2.13, ... to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Mar 19, 2024
1 parent 77177c7 commit 327dca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.10.0")

// Settings for Scala.js
val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.14.0")
val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % SCALAJS_VERSION)

// For building the project for Scala and Scala.js
Expand Down

0 comments on commit 327dca1

Please sign in to comment.