Skip to content

Commit 909d78d

Browse files
authored
Update Scala Native to 0.5.6 (#3295)
1 parent c108a21 commit 909d78d

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
@@ -113,7 +113,7 @@ object Deps {
113113
def jsoup = "1.18.1"
114114
def scalaMeta = "4.9.9"
115115
def scalaNative04 = "0.4.17"
116-
def scalaNative05 = "0.5.5"
116+
def scalaNative05 = "0.5.6"
117117
def scalaNative = scalaNative05
118118
def maxScalaNativeForToolkit = scalaNative05
119119
def maxScalaNativeForTypelevelToolkit = scalaNative04

website/docs/reference/cli-options.md

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

13891389
### `--native-version`
13901390

1391-
Set the Scala Native version (0.5.5 by default).
1391+
Set the Scala Native version (0.5.6 by default).
13921392

13931393
### `--native-mode`
13941394

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

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

847847
`SHOULD have` per Scala Runner specification
848848

849-
Set the Scala Native version (0.5.5 by default).
849+
Set the Scala Native version (0.5.6 by default).
850850

851851
### `--native-mode`
852852

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

183183
**--native-mode**
184184

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

960960
**--native-version**
961961

962-
Set the Scala Native version (0.5.5 by default).
962+
Set the Scala Native version (0.5.6 by default).
963963

964964
**--native-mode**
965965

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

15431543
**--native-version**
15441544

1545-
Set the Scala Native version (0.5.5 by default).
1545+
Set the Scala Native version (0.5.6 by default).
15461546

15471547
**--native-mode**
15481548

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

21582158
**--native-version**
21592159

2160-
Set the Scala Native version (0.5.5 by default).
2160+
Set the Scala Native version (0.5.6 by default).
21612161

21622162
**--native-mode**
21632163

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

27862786
**--native-version**
27872787

2788-
Set the Scala Native version (0.5.5 by default).
2788+
Set the Scala Native version (0.5.6 by default).
27892789

27902790
**--native-mode**
27912791

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

33903390
**--native-version**
33913391

3392-
Set the Scala Native version (0.5.5 by default).
3392+
Set the Scala Native version (0.5.6 by default).
33933393

33943394
**--native-mode**
33953395

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

40314031
**--native-version**
40324032

4033-
Set the Scala Native version (0.5.5 by default).
4033+
Set the Scala Native version (0.5.6 by default).
40344034

40354035
**--native-mode**
40364036

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

47234723
**--native-version**
47244724

4725-
Set the Scala Native version (0.5.5 by default).
4725+
Set the Scala Native version (0.5.6 by default).
47264726

47274727
**--native-mode**
47284728

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

56565656
**--native-version**
56575657

5658-
Set the Scala Native version (0.5.5 by default).
5658+
Set the Scala Native version (0.5.6 by default).
56595659

56605660
**--native-mode**
56615661

0 commit comments

Comments
 (0)