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
The Scala.js 0.6.x series have been officially discontinued in June 2020, after [an RFC](https://github.com/scala-js/scala-js/issues/4045).
7
+
The last release in the 0.6.x series is Scala.js 0.6.33.
8
+
9
+
Scala.js 0.6.x being EOL means that:
10
+
11
+
* The [0.6.x git branch](https://github.com/scala-js/scala-js/tree/0.6.x) is frozen.
12
+
* Pull requests targeting the 0.6.x branch will be rejected.
13
+
* Issues that can only be reproduced with Scala.js 0.6.x will be closed.
14
+
* As long as Scala.js 0.6.33 works with newer versions of Scala 2.12.x and 2.13.x out of the box, we will publish its compiler plugins for those versions of Scala.
15
+
Once they stop working out of the box, support for newer versions of Scala will be dropped.
16
+
17
+
Please upgrade to Scala.js 1.x as soon as possible.
18
+
See [the release notes of Scala.js 1.0.0]({{ BASE_PATH }}/news/2020/02/25/announcing-scalajs-1.0.0/) for important migration information.
19
+
20
+
There are no plans to offer paid support for Scala.js 0.6.x.
**This page applies only to Scala.js 0.6.x. [Go the newer tutorial for Scala.js 1.x](./).**
7
7
8
+
[Scala.js 0.6.x has reached End of Life.]({{ BASE_PATH }}/doc/internals/scalajs-0.6.x-eol.html)
9
+
8
10
This is a step-by-step tutorial where we start with the setup of a Scala.js sbt project and end up having some user interaction and unit testing. The code created in this tutorial is available with one commit per step in the [scalajs-tutorial](https://github.com/scala-js/scalajs-tutorial/tree/0.6.x) repository on GitHub.
0 commit comments