Announcing Scala.js 1.6.0

Hello everyone!

We are excited to announce the release of Scala.js 1.6.0!

This release fixes a number of bugs and brings new interoperability features, notably js.import.meta. It also brings new facades for js.WeakRef and js.FinalizationRegistry, while proper implementations of java.lang.ref.* are moved to separate libraries.

The Scala standard library was upgraded to versions 2.12.13 and 2.13.5.

Read the announcement on the Web for more details:

7 Likes

Not 2.12.14 and 2.13.6…?

1 Like

No. We only did that after the release of 1.6.0.

For us upgrading the version is not just a version bump. I have to dedicate several hours every time, mostly to look at new failing tests from upstream to decide if it’s normal or of they uncover bugs.

2 Likes