We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dc445 commit 6282200Copy full SHA for 6282200
CHANGELOG.md
@@ -7,6 +7,7 @@
7
- Add `using` as a reserved keyword (#1666)
8
- Deprecate undocumented getFieldByNumber in favor of the PValue-based API (#1669)
9
- Bump scala-native to 0.5.1
10
+- Bump Scala.js to 1.16.0
11
12
13
## [0.11.15]
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.15.0")
+val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0")
2
3
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
4
0 commit comments