Skip to content

Commit 4511fce

Browse files
Update Scala Native to 0.5.7 (VirtusLab#3527)
* Update test-runner, tools to 0.5.7 * Adjust reference docs --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent a1f7e56 commit 4511fce

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

project/deps.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ object Deps {
119119
def jsoup = "1.18.3"
120120
def scalaMeta = "4.13.2"
121121
def scalaNative04 = "0.4.17"
122-
def scalaNative05 = "0.5.6"
122+
def scalaNative05 = "0.5.7"
123123
def scalaNative = scalaNative05
124124
def maxScalaNativeForToolkit = scalaNative05
125125
def maxScalaNativeForTypelevelToolkit = scalaNative04

website/docs/reference/cli-options.md

+1-1
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.6 by default).
1423+
Set the Scala Native version (0.5.7 by default).
14241424

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

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

+1-1
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.6 by default).
857+
Set the Scala Native version (0.5.7 by default).
858858

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

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

+9-9
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.6 by default).
181+
Set the Scala Native version (0.5.7 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.6 by default).
975+
Set the Scala Native version (0.5.7 by default).
976976

977977
**--native-mode**
978978

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

15621562
**--native-version**
15631563

1564-
Set the Scala Native version (0.5.6 by default).
1564+
Set the Scala Native version (0.5.7 by default).
15651565

15661566
**--native-mode**
15671567

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

21832183
**--native-version**
21842184

2185-
Set the Scala Native version (0.5.6 by default).
2185+
Set the Scala Native version (0.5.7 by default).
21862186

21872187
**--native-mode**
21882188

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

28232823
**--native-version**
28242824

2825-
Set the Scala Native version (0.5.6 by default).
2825+
Set the Scala Native version (0.5.7 by default).
28262826

28272827
**--native-mode**
28282828

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

34393439
**--native-version**
34403440

3441-
Set the Scala Native version (0.5.6 by default).
3441+
Set the Scala Native version (0.5.7 by default).
34423442

34433443
**--native-mode**
34443444

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

40864086
**--native-version**
40874087

4088-
Set the Scala Native version (0.5.6 by default).
4088+
Set the Scala Native version (0.5.7 by default).
40894089

40904090
**--native-mode**
40914091

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

47904790
**--native-version**
47914791

4792-
Set the Scala Native version (0.5.6 by default).
4792+
Set the Scala Native version (0.5.7 by default).
47934793

47944794
**--native-mode**
47954795

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

57535753
**--native-version**
57545754

5755-
Set the Scala Native version (0.5.6 by default).
5755+
Set the Scala Native version (0.5.7 by default).
57565756

57575757
**--native-mode**
57585758

0 commit comments

Comments
 (0)