Skip to content

Commit 030edaf

Browse files
Update test-runner, tools to 0.4.9 (#1610)
1 parent 130ea44 commit 030edaf

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ object Deps {
8787
def jsoniterScala = "2.18.0"
8888
def jsoniterScalaJava8 = "2.13.5"
8989
def scalaMeta = "4.6.0"
90-
def scalaNative = "0.4.8"
90+
def scalaNative = "0.4.9"
9191
def scalaPackager = "0.1.29"
9292
def signingCli = "0.1.13"
9393
}

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
12061206

12071207
### `--native-version`
12081208

1209-
Set the Scala Native version (0.4.8 by default).
1209+
Set the Scala Native version (0.4.9 by default).
12101210

12111211
### `--native-mode`
12121212

website/docs/reference/scala-command/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
754754

755755
`SHOULD have` per Scala Runner specification
756756

757-
Set the Scala Native version (0.4.8 by default).
757+
Set the Scala Native version (0.4.9 by default).
758758

759759
### `--native-mode`
760760

website/docs/reference/scala-command/runner-specification.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
140140

141141
**--native-version**
142142

143-
Set the Scala Native version (0.4.8 by default).
143+
Set the Scala Native version (0.4.9 by default).
144144

145145
**--native-mode**
146146

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

658658
**--native-version**
659659

660-
Set the Scala Native version (0.4.8 by default).
660+
Set the Scala Native version (0.4.9 by default).
661661

662662
**--native-mode**
663663

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

11651165
**--native-version**
11661166

1167-
Set the Scala Native version (0.4.8 by default).
1167+
Set the Scala Native version (0.4.9 by default).
11681168

11691169
**--native-mode**
11701170

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

16921692
**--native-version**
16931693

1694-
Set the Scala Native version (0.4.8 by default).
1694+
Set the Scala Native version (0.4.9 by default).
16951695

16961696
**--native-mode**
16971697

@@ -2250,7 +2250,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
22502250
22512251
**--native-version**
22522252
2253-
Set the Scala Native version (0.4.8 by default).
2253+
Set the Scala Native version (0.4.9 by default).
22542254
22552255
**--native-mode**
22562256
@@ -2773,7 +2773,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
27732773
27742774
**--native-version**
27752775
2776-
Set the Scala Native version (0.4.8 by default).
2776+
Set the Scala Native version (0.4.9 by default).
27772777
27782778
**--native-mode**
27792779
@@ -3334,7 +3334,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
33343334
33353335
**--native-version**
33363336
3337-
Set the Scala Native version (0.4.8 by default).
3337+
Set the Scala Native version (0.4.9 by default).
33383338
33393339
**--native-mode**
33403340
@@ -3975,7 +3975,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
39753975
39763976
**--native-version**
39773977
3978-
Set the Scala Native version (0.4.8 by default).
3978+
Set the Scala Native version (0.4.9 by default).
39793979
39803980
**--native-mode**
39813981
@@ -4837,7 +4837,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`
48374837
48384838
**--native-version**
48394839
4840-
Set the Scala Native version (0.4.8 by default).
4840+
Set the Scala Native version (0.4.9 by default).
48414841
48424842
**--native-mode**
48434843

0 commit comments

Comments
 (0)