Skip to content

Commit

Permalink
Bump up Scala.js to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jun 2, 2024
1 parent 68dc445 commit 6282200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down

0 comments on commit 6282200

Please sign in to comment.