Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Scala Native to 0.5.4 #2982

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6"
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 @@ -1352,7 +1352,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 @@ -838,7 +838,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 @@ -935,7 +935,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 @@ -1500,7 +1500,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 @@ -2091,7 +2091,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 @@ -2701,7 +2701,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 @@ -3287,7 +3287,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 @@ -3910,7 +3910,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 @@ -4584,7 +4584,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 @@ -5499,7 +5499,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
Loading