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 test-runner, tools to 0.4.14 #2192

Merged
merged 3 commits into from Jun 13, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/deps.sc
Expand Up @@ -87,7 +87,7 @@ object Deps {
def jsoniterScala = "2.23.1"
def jsoniterScalaJava8 = "2.13.5.2"
def scalaMeta = "4.7.8"
def scalaNative = "0.4.12"
def scalaNative = "0.4.14"
def scalaPackager = "0.1.29"
def signingCli = "0.2.2"
def signingCliJvmVersion = 17
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Expand Up @@ -1294,7 +1294,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

### `--native-version`

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

### `--native-mode`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/scala-command/cli-options.md
Expand Up @@ -796,7 +796,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.4.12 by default).
Set the Scala Native version (0.4.14 by default).

### `--native-mode`

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

**--native-version**

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.12 by default).
Set the Scala Native version (0.4.14 by default).

**--native-mode**

Expand Down