Skip to content

Commit 134d710

Browse files
committed
Bump Scala Native to 0.4.16
1 parent aabbb04 commit 134d710

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
@@ -91,7 +91,7 @@ object Deps {
9191
def jsoniterScala = "2.23.2"
9292
def jsoniterScalaJava8 = "2.13.5.2"
9393
def scalaMeta = "4.8.11"
94-
def scalaNative = "0.4.15"
94+
def scalaNative = "0.4.16"
9595
def scalaPackager = "0.1.29"
9696
def signingCli = "0.2.2"
9797
def signingCliJvmVersion = 17

website/docs/reference/cli-options.md

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

13381338
### `--native-version`
13391339

1340-
Set the Scala Native version (0.4.15 by default).
1340+
Set the Scala Native version (0.4.16 by default).
13411341

13421342
### `--native-mode`
13431343

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

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

827827
`SHOULD have` per Scala Runner specification
828828

829-
Set the Scala Native version (0.4.15 by default).
829+
Set the Scala Native version (0.4.16 by default).
830830

831831
### `--native-mode`
832832

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

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

169169
**--native-version**
170170

171-
Set the Scala Native version (0.4.15 by default).
171+
Set the Scala Native version (0.4.16 by default).
172172

173173
**--native-mode**
174174

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

912912
**--native-version**
913913

914-
Set the Scala Native version (0.4.15 by default).
914+
Set the Scala Native version (0.4.16 by default).
915915

916916
**--native-mode**
917917

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

14591459
**--native-version**
14601460

1461-
Set the Scala Native version (0.4.15 by default).
1461+
Set the Scala Native version (0.4.16 by default).
14621462

14631463
**--native-mode**
14641464

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

20322032
**--native-version**
20332033

2034-
Set the Scala Native version (0.4.15 by default).
2034+
Set the Scala Native version (0.4.16 by default).
20352035

20362036
**--native-mode**
20372037

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

26242624
**--native-version**
26252625

2626-
Set the Scala Native version (0.4.15 by default).
2626+
Set the Scala Native version (0.4.16 by default).
26272627

26282628
**--native-mode**
26292629

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

31923192
**--native-version**
31933193

3194-
Set the Scala Native version (0.4.15 by default).
3194+
Set the Scala Native version (0.4.16 by default).
31953195

31963196
**--native-mode**
31973197

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

37973797
**--native-version**
37983798

3799-
Set the Scala Native version (0.4.15 by default).
3799+
Set the Scala Native version (0.4.16 by default).
38003800

38013801
**--native-mode**
38023802

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

44534453
**--native-version**
44544454

4455-
Set the Scala Native version (0.4.15 by default).
4455+
Set the Scala Native version (0.4.16 by default).
44564456

44574457
**--native-mode**
44584458

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

53405340
**--native-version**
53415341

5342-
Set the Scala Native version (0.4.15 by default).
5342+
Set the Scala Native version (0.4.16 by default).
53435343

53445344
**--native-mode**
53455345

0 commit comments

Comments
 (0)