Skip to content

Commit

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

* Update reference docs

---------

Co-authored-by: Piotr Chabelski <[email protected]>
  • Loading branch information
scala-steward and Gedochao authored Jun 25, 2024
1 parent c2d9e0e commit ce0f7b7
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 @@ -99,7 +99,7 @@ object Deps {
def jsoniterScalaJava8 = "2.13.5.2"
def scalaMeta = "4.9.7"
def scalaNative04 = "0.4.17"
def scalaNative05 = "0.5.3"
def scalaNative05 = "0.5.4"
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 @@ -1348,7 +1348,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

### `--native-version`

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 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 @@ -832,7 +832,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.3 by default).
Set the Scala Native version (0.5.4 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 @@ -174,7 +174,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

**--native-version**

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.3 by default).
Set the Scala Native version (0.5.4 by default).

**--native-mode**

Expand Down

0 comments on commit ce0f7b7

Please sign in to comment.