Skip to content

Commit 1ef4ff7

Browse files
Upgrade Scala Native to 0.5.12 (#4286)
1 parent b42b5de commit 1ef4ff7

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

project/deps/package.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ object Deps {
126126
def scalaMeta = "4.15.2"
127127
def scalafmt = "3.11.1"
128128
def scalaNative04 = "0.4.17"
129-
def scalaNative05 = "0.5.11"
129+
def scalaNative05 = "0.5.12"
130130
def scalaNative = scalaNative05
131131
def maxScalaNativeForToolkit = scalaNative05
132132
def maxScalaNativeForTypelevelToolkit = scalaNative05

website/docs/reference/cli-options.md

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

14381438
### `--native-version`
14391439

1440-
Set the Scala Native version (0.5.11 by default).
1440+
Set the Scala Native version (0.5.12 by default).
14411441

14421442
### `--native-mode`
14431443

website/docs/reference/directives.md

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

554554
`//> using nativeLto full`
555555

556-
`//> using nativeVersion 0.5.11`
556+
`//> using nativeVersion 0.5.12`
557557

558558
`//> using nativeCompile -flto=thin`
559559

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

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

933933
`SHOULD have` per Scala Runner specification
934934

935-
Set the Scala Native version (0.5.11 by default).
935+
Set the Scala Native version (0.5.12 by default).
936936

937937
### `--native-mode`
938938

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

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

351351
`//> using nativeLto full`
352352

353-
`//> using nativeVersion 0.5.11`
353+
`//> using nativeVersion 0.5.12`
354354

355355
`//> using nativeCompile -flto=thin`
356356

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.11 by default).
181+
Set the Scala Native version (0.5.12 by default).
182182

183183
**--native-mode**
184184

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

10001000
**--native-version**
10011001

1002-
Set the Scala Native version (0.5.11 by default).
1002+
Set the Scala Native version (0.5.12 by default).
10031003

10041004
**--native-mode**
10051005

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

16191619
**--native-version**
16201620

1621-
Set the Scala Native version (0.5.11 by default).
1621+
Set the Scala Native version (0.5.12 by default).
16221622

16231623
**--native-mode**
16241624

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

22742274
**--native-version**
22752275

2276-
Set the Scala Native version (0.5.11 by default).
2276+
Set the Scala Native version (0.5.12 by default).
22772277

22782278
**--native-mode**
22792279

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

29382938
**--native-version**
29392939

2940-
Set the Scala Native version (0.5.11 by default).
2940+
Set the Scala Native version (0.5.12 by default).
29412941

29422942
**--native-mode**
29432943

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

35783578
**--native-version**
35793579

3580-
Set the Scala Native version (0.5.11 by default).
3580+
Set the Scala Native version (0.5.12 by default).
35813581

35823582
**--native-mode**
35833583

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

42554255
**--native-version**
42564256

4257-
Set the Scala Native version (0.5.11 by default).
4257+
Set the Scala Native version (0.5.12 by default).
42584258

42594259
**--native-mode**
42604260

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

49924992
**--native-version**
49934993

4994-
Set the Scala Native version (0.5.11 by default).
4994+
Set the Scala Native version (0.5.12 by default).
49954995

49964996
**--native-mode**
49974997

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

59855985
**--native-version**
59865986

5987-
Set the Scala Native version (0.5.11 by default).
5987+
Set the Scala Native version (0.5.12 by default).
59885988

59895989
**--native-mode**
59905990

0 commit comments

Comments
 (0)