Skip to content

Commit

Permalink
Update test-runner, tools to 0.4.9 (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 25, 2022
1 parent 130ea44 commit 030edaf
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.18.0"
def jsoniterScalaJava8 = "2.13.5"
def scalaMeta = "4.6.0"
def scalaNative = "0.4.8"
def scalaNative = "0.4.9"
def scalaPackager = "0.1.29"
def signingCli = "0.1.13"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Expand Up @@ -1206,7 +1206,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

### `--native-version`

Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).

### `--native-mode`

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

### `--native-mode`

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

**--native-version**

Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).

**--native-mode**

Expand Down Expand Up @@ -2250,7 +2250,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
**--native-version**
Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).
**--native-mode**
Expand Down Expand Up @@ -2773,7 +2773,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
**--native-version**
Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).
**--native-mode**
Expand Down Expand Up @@ -3334,7 +3334,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
**--native-version**
Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).
**--native-mode**
Expand Down Expand Up @@ -3975,7 +3975,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
**--native-version**
Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).
**--native-mode**
Expand Down Expand Up @@ -4837,7 +4837,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
**--native-version**
Set the Scala Native version (0.4.8 by default).
Set the Scala Native version (0.4.9 by default).
**--native-mode**
Expand Down

0 comments on commit 030edaf

Please sign in to comment.