Skip to content

Commit

Permalink
Update test-runner, tools to 0.4.14 (#2192)
Browse files Browse the repository at this point in the history
* Update test-runner, tools to 0.4.14

* Update reference doc

---------

Co-authored-by: Łukasz Wroński <lukaszwronski98@gmail.com>
Co-authored-by: Łukasz Wroński <46607934+lwronski@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 13, 2023
1 parent 00b897c commit ae4a44e
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
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

0 comments on commit ae4a44e

Please sign in to comment.