Skip to content

Commit f55ae80

Browse files
committed
Update sbt-scalajs, scalajs-library_2.13, ... to 1.16.0
1 parent 77177c7 commit f55ae80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
55
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.10.0")
66

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

1111
// For building the project for Scala and Scala.js

0 commit comments

Comments
 (0)