diff --git a/CHANGELOG.md b/CHANGELOG.md index 4654af8e3..c205471ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Add `using` as a reserved keyword (#1666) - Deprecate undocumented getFieldByNumber in favor of the PValue-based API (#1669) - Bump scala-native to 0.5.1 +- Bump Scala.js to 1.16.0 ## [0.11.15] diff --git a/project/plugins.sbt b/project/plugins.sbt index 268bfa804..6d1b6dfe8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.15.0") +val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")