Skip to content

Commit 63db2b1

Browse files
Update Scala Native to 0.5.3 (#2951)
* Update test-runner, tools to 0.5.3 * Fix reference docs --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 41457d8 commit 63db2b1

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
@@ -97,7 +97,7 @@ object Deps {
9797
def jsoniterScalaJava8 = "2.13.5.2"
9898
def scalaMeta = "4.9.5"
9999
def scalaNative04 = "0.4.17"
100-
def scalaNative05 = "0.5.2"
100+
def scalaNative05 = "0.5.3"
101101
def scalaNative = scalaNative05
102102
def maxScalaNativeForToolkit = scalaNative04
103103
def maxScalaNativeForTypelevelToolkit = scalaNative04

website/docs/reference/cli-options.md

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

13531353
### `--native-version`
13541354

1355-
Set the Scala Native version (0.5.2 by default).
1355+
Set the Scala Native version (0.5.3 by default).
13561356

13571357
### `--native-mode`
13581358

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

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

839839
`SHOULD have` per Scala Runner specification
840840

841-
Set the Scala Native version (0.5.2 by default).
841+
Set the Scala Native version (0.5.3 by default).
842842

843843
### `--native-mode`
844844

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.2 by default).
177+
Set the Scala Native version (0.5.3 by default).
178178

179179
**--native-mode**
180180

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

936936
**--native-version**
937937

938-
Set the Scala Native version (0.5.2 by default).
938+
Set the Scala Native version (0.5.3 by default).
939939

940940
**--native-mode**
941941

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

15011501
**--native-version**
15021502

1503-
Set the Scala Native version (0.5.2 by default).
1503+
Set the Scala Native version (0.5.3 by default).
15041504

15051505
**--native-mode**
15061506

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

20922092
**--native-version**
20932093

2094-
Set the Scala Native version (0.5.2 by default).
2094+
Set the Scala Native version (0.5.3 by default).
20952095

20962096
**--native-mode**
20972097

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

27022702
**--native-version**
27032703

2704-
Set the Scala Native version (0.5.2 by default).
2704+
Set the Scala Native version (0.5.3 by default).
27052705

27062706
**--native-mode**
27072707

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

32883288
**--native-version**
32893289

3290-
Set the Scala Native version (0.5.2 by default).
3290+
Set the Scala Native version (0.5.3 by default).
32913291

32923292
**--native-mode**
32933293

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

39113911
**--native-version**
39123912

3913-
Set the Scala Native version (0.5.2 by default).
3913+
Set the Scala Native version (0.5.3 by default).
39143914

39153915
**--native-mode**
39163916

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

45854585
**--native-version**
45864586

4587-
Set the Scala Native version (0.5.2 by default).
4587+
Set the Scala Native version (0.5.3 by default).
45884588

45894589
**--native-mode**
45904590

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

55005500
**--native-version**
55015501

5502-
Set the Scala Native version (0.5.2 by default).
5502+
Set the Scala Native version (0.5.3 by default).
55035503

55045504
**--native-mode**
55055505

0 commit comments

Comments
 (0)