You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-05-07-release-notes-3.7.0.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -383,12 +383,8 @@ Scala 3 now uses the [Scala 2.13.16](https://github.com/scala/scala/releases/tag
383
383
384
384
#### Scala.js
385
385
386
-
Scala.js has been updated from version 1.16.0 to 1.19.0. Libraries published using Scala 3.7 must use Scala.js 1.19.0 or later. Key improvements include:
387
-
388
-
* Native support for JavaScript `async/await`, through `js.async { ... }` and `js.await(...)`
389
-
* Small code size improvements for the JavaScript target when using SAM lambdas.
390
-
* For Wasm only: support for the JavaScript Promise Integration feature (JSPI).
391
-
386
+
Scala.js has been updated from version 1.16.0 to 1.19.0.
387
+
Libraries published using Scala 3.7 must use Scala.js 1.19.0 or later.
392
388
Please refer to Scala.js changelogs for more details:
0 commit comments