Skip to content

Commit f0492eb

Browse files
authored
Merge pull request #2473 from accraze/patch-1
update scala-native in Scala 3 migration guide
2 parents a2a27eb + 6b03b89 commit f0492eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_overviews/scala3-migration/tutorial-prerequisites.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0")
101101

102102
### Scala Native
103103

104-
Scala 3 does not yet support [Scala Native](https://scala-native.readthedocs.io/en/latest/).
104+
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)
105105

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

109108
### Kind Projector
110109

0 commit comments

Comments
 (0)