Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions project/deps/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Scala {
def scala3NextPrefix = "3.8"
def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala
def scala3NextAnnounced = s"$scala3NextPrefix.2" // the newest/next version of Scala that's been announced
def scala3NextRc = "3.8.4-RC1" // the latest RC version of Scala Next
def scala3NextRc = "3.8.4-RC2" // the latest RC version of Scala Next
def scala3NextRcAnnounced = "3.8.4-RC1" // the latest announced RC version of Scala Next

// The Scala version used to build the CLI itself.
Expand Down Expand Up @@ -134,7 +134,7 @@ object Deps {
def scalaMeta = "4.15.2"
def scalafmt = "3.11.0"
def scalaNative04 = "0.4.17"
def scalaNative05 = "0.5.10"
def scalaNative05 = "0.5.11"
def scalaNative = scalaNative05
def maxScalaNativeForToolkit = scalaNative05
def maxScalaNativeForTypelevelToolkit = scalaNative04
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ Enable Scala Native. To show more options for Scala Native pass `--help-native`

### `--native-version`

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

### `--native-mode`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ Add Scala Native options

`//> using nativeLto full`

`//> using nativeVersion 0.5.10`
`//> using nativeVersion 0.5.11`

`//> using nativeCompile -flto=thin`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/scala-command/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,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.5.10 by default).
Set the Scala Native version (0.5.11 by default).

### `--native-mode`

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/scala-command/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ Add Scala Native options

`//> using nativeLto full`

`//> using nativeVersion 0.5.10`
`//> using nativeVersion 0.5.11`

`//> using nativeCompile -flto=thin`

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

**--native-version**

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

**--native-mode**

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

**--native-version**

Set the Scala Native version (0.5.10 by default).
Set the Scala Native version (0.5.11 by default).

**--native-mode**

Expand Down
Loading