From 94c6affc296d3b304088ccb306a4721bc39f1252 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 21 Apr 2026 07:38:30 +0200 Subject: [PATCH 1/2] Bump Scala 3 Next RC to 3.8.4-RC2 --- project/deps/package.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/deps/package.mill b/project/deps/package.mill index 307ad28ca5..363aa207d2 100644 --- a/project/deps/package.mill +++ b/project/deps/package.mill @@ -21,7 +21,7 @@ object Scala { def scala3NextPrefix = "3.8" def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala def scala3NextAnnounced = s"$scala3NextPrefix.2" // the newest/next version of Scala that's been announced - def scala3NextRc = "3.8.4-RC1" // the latest RC version of Scala Next + def scala3NextRc = "3.8.4-RC2" // the latest RC version of Scala Next def scala3NextRcAnnounced = "3.8.4-RC1" // the latest announced RC version of Scala Next // The Scala version used to build the CLI itself. From 8b0b7da8e341b07e6d7d4815af92105efce589c9 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Tue, 21 Apr 2026 14:18:40 +0200 Subject: [PATCH 2/2] Bump Scala Native to 0.5.11 (was 0.5.10) --- project/deps/package.mill | 2 +- website/docs/reference/cli-options.md | 2 +- website/docs/reference/directives.md | 2 +- .../reference/scala-command/cli-options.md | 2 +- .../docs/reference/scala-command/directives.md | 2 +- .../scala-command/runner-specification.md | 18 +++++++++--------- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/project/deps/package.mill b/project/deps/package.mill index 363aa207d2..4841f1aaeb 100644 --- a/project/deps/package.mill +++ b/project/deps/package.mill @@ -134,7 +134,7 @@ object Deps { def scalaMeta = "4.15.2" def scalafmt = "3.11.0" def scalaNative04 = "0.4.17" - def scalaNative05 = "0.5.10" + def scalaNative05 = "0.5.11" def scalaNative = scalaNative05 def maxScalaNativeForToolkit = scalaNative05 def maxScalaNativeForTypelevelToolkit = scalaNative04 diff --git a/website/docs/reference/cli-options.md b/website/docs/reference/cli-options.md index ee063c86e8..993d7058cc 100644 --- a/website/docs/reference/cli-options.md +++ b/website/docs/reference/cli-options.md @@ -1452,7 +1452,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` ### `--native-version` -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). ### `--native-mode` diff --git a/website/docs/reference/directives.md b/website/docs/reference/directives.md index 1f093c234a..5735a45b20 100644 --- a/website/docs/reference/directives.md +++ b/website/docs/reference/directives.md @@ -553,7 +553,7 @@ Add Scala Native options `//> using nativeLto full` -`//> using nativeVersion 0.5.10` +`//> using nativeVersion 0.5.11` `//> using nativeCompile -flto=thin` diff --git a/website/docs/reference/scala-command/cli-options.md b/website/docs/reference/scala-command/cli-options.md index c0f441455e..e1e618f31a 100644 --- a/website/docs/reference/scala-command/cli-options.md +++ b/website/docs/reference/scala-command/cli-options.md @@ -904,7 +904,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` `SHOULD have` per Scala Runner specification -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). ### `--native-mode` diff --git a/website/docs/reference/scala-command/directives.md b/website/docs/reference/scala-command/directives.md index 8cf8a2967c..f795cf4fef 100644 --- a/website/docs/reference/scala-command/directives.md +++ b/website/docs/reference/scala-command/directives.md @@ -350,7 +350,7 @@ Add Scala Native options `//> using nativeLto full` -`//> using nativeVersion 0.5.10` +`//> using nativeVersion 0.5.11` `//> using nativeCompile -flto=thin` diff --git a/website/docs/reference/scala-command/runner-specification.md b/website/docs/reference/scala-command/runner-specification.md index fbad9dc448..bb4731c748 100644 --- a/website/docs/reference/scala-command/runner-specification.md +++ b/website/docs/reference/scala-command/runner-specification.md @@ -178,7 +178,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` **--native-version** -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). **--native-mode** @@ -992,7 +992,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` **--native-version** -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). **--native-mode** @@ -1605,7 +1605,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` **--native-version** -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). **--native-mode** @@ -2244,7 +2244,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` **--native-version** -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). **--native-mode** @@ -2902,7 +2902,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` **--native-version** -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). **--native-mode** @@ -3536,7 +3536,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` **--native-version** -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). **--native-mode** @@ -4207,7 +4207,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` **--native-version** -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). **--native-mode** @@ -4938,7 +4938,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` **--native-version** -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). **--native-mode** @@ -5925,7 +5925,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native` **--native-version** -Set the Scala Native version (0.5.10 by default). +Set the Scala Native version (0.5.11 by default). **--native-mode**