Skip to content

Commit 63fb5ae

Browse files
committed
Bump Scala Native to 0.5.9
1 parent 2e7f150 commit 63fb5ae

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

project/deps/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ object Deps {
128128
def scalaMeta = "4.13.9"
129129
def scalafmt = "3.9.10"
130130
def scalaNative04 = "0.4.17"
131-
def scalaNative05 = "0.5.8"
131+
def scalaNative05 = "0.5.9"
132132
def scalaNative = scalaNative05
133133
def maxScalaNativeForToolkit = scalaNative05
134134
def maxScalaNativeForTypelevelToolkit = scalaNative04

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
14201420

14211421
### `--native-version`
14221422

1423-
Set the Scala Native version (0.5.8 by default).
1423+
Set the Scala Native version (0.5.9 by default).
14241424

14251425
### `--native-mode`
14261426

website/docs/reference/directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Add Scala Native options
530530

531531
`//> using nativeLto full`
532532

533-
`//> using nativeVersion 0.5.8`
533+
`//> using nativeVersion 0.5.9`
534534

535535
`//> using nativeCompile -flto=thin`
536536

website/docs/reference/scala-command/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
854854

855855
`SHOULD have` per Scala Runner specification
856856

857-
Set the Scala Native version (0.5.8 by default).
857+
Set the Scala Native version (0.5.9 by default).
858858

859859
### `--native-mode`
860860

website/docs/reference/scala-command/directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Add Scala Native options
346346

347347
`//> using nativeLto full`
348348

349-
`//> using nativeVersion 0.5.8`
349+
`//> using nativeVersion 0.5.9`
350350

351351
`//> using nativeCompile -flto=thin`
352352

website/docs/reference/scala-command/runner-specification.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
178178

179179
**--native-version**
180180

181-
Set the Scala Native version (0.5.8 by default).
181+
Set the Scala Native version (0.5.9 by default).
182182

183183
**--native-mode**
184184

@@ -972,7 +972,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
972972

973973
**--native-version**
974974

975-
Set the Scala Native version (0.5.8 by default).
975+
Set the Scala Native version (0.5.9 by default).
976976

977977
**--native-mode**
978978

@@ -1567,7 +1567,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
15671567

15681568
**--native-version**
15691569

1570-
Set the Scala Native version (0.5.8 by default).
1570+
Set the Scala Native version (0.5.9 by default).
15711571

15721572
**--native-mode**
15731573

@@ -2188,7 +2188,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
21882188

21892189
**--native-version**
21902190

2191-
Set the Scala Native version (0.5.8 by default).
2191+
Set the Scala Native version (0.5.9 by default).
21922192

21932193
**--native-mode**
21942194

@@ -2828,7 +2828,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
28282828

28292829
**--native-version**
28302830

2831-
Set the Scala Native version (0.5.8 by default).
2831+
Set the Scala Native version (0.5.9 by default).
28322832

28332833
**--native-mode**
28342834

@@ -3444,7 +3444,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
34443444

34453445
**--native-version**
34463446

3447-
Set the Scala Native version (0.5.8 by default).
3447+
Set the Scala Native version (0.5.9 by default).
34483448

34493449
**--native-mode**
34503450

@@ -4097,7 +4097,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
40974097

40984098
**--native-version**
40994099

4100-
Set the Scala Native version (0.5.8 by default).
4100+
Set the Scala Native version (0.5.9 by default).
41014101

41024102
**--native-mode**
41034103

@@ -4810,7 +4810,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
48104810

48114811
**--native-version**
48124812

4813-
Set the Scala Native version (0.5.8 by default).
4813+
Set the Scala Native version (0.5.9 by default).
48144814

48154815
**--native-mode**
48164816

@@ -5779,7 +5779,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
57795779

57805780
**--native-version**
57815781

5782-
Set the Scala Native version (0.5.8 by default).
5782+
Set the Scala Native version (0.5.9 by default).
57835783

57845784
**--native-mode**
57855785

0 commit comments

Comments
 (0)