Skip to content

Commit

Permalink
Update Scala Native to 0.5.6 (#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Nov 18, 2024
1 parent c108a21 commit 909d78d
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 @@ -113,7 +113,7 @@ object Deps {
def jsoup = "1.18.1"
def scalaMeta = "4.9.9"
def scalaNative04 = "0.4.17"
def scalaNative05 = "0.5.5"
def scalaNative05 = "0.5.6"
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 @@ -1388,7 +1388,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

### `--native-version`

Set the Scala Native version (0.5.5 by default).
Set the Scala Native version (0.5.6 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 @@ -846,7 +846,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.5 by default).
Set the Scala Native version (0.5.6 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.5 by default).
Set the Scala Native version (0.5.6 by default).

**--native-mode**

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

**--native-version**

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

**--native-mode**

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

**--native-version**

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

**--native-mode**

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

**--native-version**

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

**--native-mode**

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

**--native-version**

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

**--native-mode**

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

**--native-version**

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

**--native-mode**

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

**--native-version**

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

**--native-mode**

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

**--native-version**

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

**--native-mode**

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

**--native-version**

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

**--native-mode**

Expand Down

0 comments on commit 909d78d

Please sign in to comment.