Skip to content

update scala-native in Scala 3 migration guide #2473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions _overviews/scala3-migration/tutorial-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0")

### Scala Native

Scala 3 does not yet support [Scala Native](https://scala-native.readthedocs.io/en/latest/).
Scala 3 is now supported in Scala Native starting with [v0.4.3](https://scala-native.readthedocs.io/en/latest/changelog/0.4.3.html)

If you project is cross-built to Scala Native, you can port it to Scala 3.
But you will not be able to compile for the Native platform.
The minimal version of Scala 3 supported by Scala Native is 3.1.0, due to fatal blockers in Scala 3.0.x

### Kind Projector

Expand Down