Skip to content

Commit ce0f7b7

Browse files
Update Scala Native to 0.5.4 (#2982)
* Update test-runner, tools to 0.5.4 * Update reference docs --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent c2d9e0e commit ce0f7b7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ object Deps {
9999
def jsoniterScalaJava8 = "2.13.5.2"
100100
def scalaMeta = "4.9.7"
101101
def scalaNative04 = "0.4.17"
102-
def scalaNative05 = "0.5.3"
102+
def scalaNative05 = "0.5.4"
103103
def scalaNative = scalaNative05
104104
def maxScalaNativeForToolkit = scalaNative05
105105
def maxScalaNativeForTypelevelToolkit = scalaNative04

website/docs/reference/cli-options.md

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

13491349
### `--native-version`
13501350

1351-
Set the Scala Native version (0.5.3 by default).
1351+
Set the Scala Native version (0.5.4 by default).
13521352

13531353
### `--native-mode`
13541354

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

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

833833
`SHOULD have` per Scala Runner specification
834834

835-
Set the Scala Native version (0.5.3 by default).
835+
Set the Scala Native version (0.5.4 by default).
836836

837837
### `--native-mode`
838838

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

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

175175
**--native-version**
176176

177-
Set the Scala Native version (0.5.3 by default).
177+
Set the Scala Native version (0.5.4 by default).
178178

179179
**--native-mode**
180180

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

938938
**--native-version**
939939

940-
Set the Scala Native version (0.5.3 by default).
940+
Set the Scala Native version (0.5.4 by default).
941941

942942
**--native-mode**
943943

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

15031503
**--native-version**
15041504

1505-
Set the Scala Native version (0.5.3 by default).
1505+
Set the Scala Native version (0.5.4 by default).
15061506

15071507
**--native-mode**
15081508

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

21002100
**--native-version**
21012101

2102-
Set the Scala Native version (0.5.3 by default).
2102+
Set the Scala Native version (0.5.4 by default).
21032103

21042104
**--native-mode**
21052105

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

27102710
**--native-version**
27112711

2712-
Set the Scala Native version (0.5.3 by default).
2712+
Set the Scala Native version (0.5.4 by default).
27132713

27142714
**--native-mode**
27152715

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

32963296
**--native-version**
32973297

3298-
Set the Scala Native version (0.5.3 by default).
3298+
Set the Scala Native version (0.5.4 by default).
32993299

33003300
**--native-mode**
33013301

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

39193919
**--native-version**
39203920

3921-
Set the Scala Native version (0.5.3 by default).
3921+
Set the Scala Native version (0.5.4 by default).
39223922

39233923
**--native-mode**
39243924

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

45934593
**--native-version**
45944594

4595-
Set the Scala Native version (0.5.3 by default).
4595+
Set the Scala Native version (0.5.4 by default).
45964596

45974597
**--native-mode**
45984598

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

55085508
**--native-version**
55095509

5510-
Set the Scala Native version (0.5.3 by default).
5510+
Set the Scala Native version (0.5.4 by default).
55115511

55125512
**--native-mode**
55135513

0 commit comments

Comments
 (0)