Skip to content

Commit 6282200

Browse files
committed
Bump up Scala.js to 1.16.0
1 parent 68dc445 commit 6282200

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Add `using` as a reserved keyword (#1666)
88
- Deprecate undocumented getFieldByNumber in favor of the PValue-based API (#1669)
99
- Bump scala-native to 0.5.1
10+
- Bump Scala.js to 1.16.0
1011

1112

1213
## [0.11.15]

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.15.0")
1+
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0")
22

33
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
44

0 commit comments

Comments
 (0)