Skip to content

Commit

Permalink
Update Scala Native to 0.5.7 (#3527)
Browse files Browse the repository at this point in the history
* Update test-runner, tools to 0.5.7

* Adjust reference docs

---------

Co-authored-by: Piotr Chabelski <[email protected]>
  • Loading branch information
scala-steward and Gedochao authored Feb 28, 2025
1 parent a1f7e56 commit 4511fce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ object Deps {
def jsoup = "1.18.3"
def scalaMeta = "4.13.2"
def scalaNative04 = "0.4.17"
def scalaNative05 = "0.5.6"
def scalaNative05 = "0.5.7"
def scalaNative = scalaNative05
def maxScalaNativeForToolkit = scalaNative05
def maxScalaNativeForTypelevelToolkit = scalaNative04
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

### `--native-version`

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

### `--native-mode`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/scala-command/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

`SHOULD have` per Scala Runner specification

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

### `--native-mode`

Expand Down
18 changes: 9 additions & 9 deletions website/docs/reference/scala-command/runner-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

**--native-version**

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

**--native-mode**

Expand Down Expand Up @@ -972,7 +972,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

**--native-version**

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.6 by default).
Set the Scala Native version (0.5.7 by default).

**--native-mode**

Expand Down

0 comments on commit 4511fce

Please sign in to comment.