From 6b03b89818b2015ca97db4f8206568bc88e27316 Mon Sep 17 00:00:00 2001 From: "A. Craze" Date: Mon, 25 Jul 2022 21:29:18 -0700 Subject: [PATCH] update scala-native in Scala 3 migration guide --- _overviews/scala3-migration/tutorial-prerequisites.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_overviews/scala3-migration/tutorial-prerequisites.md b/_overviews/scala3-migration/tutorial-prerequisites.md index 5c64092431..1fcbb14d4c 100644 --- a/_overviews/scala3-migration/tutorial-prerequisites.md +++ b/_overviews/scala3-migration/tutorial-prerequisites.md @@ -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