Skip to content

Commit

Permalink
Update Scala to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Feb 15, 2024
1 parent 3ac2669 commit 12ff69c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Scala {
def scala212 = "2.12.18"
def scala213 = "2.13.12"
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
def scala3 = "3.3.1"
def scala3 = "3.4.0"
def scala3Lts = "3.3" // the full version should be resolved later

// The Scala version used to build the CLI itself.
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 @@ -1469,7 +1469,7 @@ Available in commands:

Aliases: `-S`, `--scala`

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

### `--scala-binary-version`

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 @@ -954,7 +954,7 @@ Aliases: `-S`, `--scala`

`MUST have` per Scala Runner specification

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

### `--scala-binary-version`

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 @@ -86,7 +86,7 @@ Aliases: `-P` ,`--plugin`

**--scala-version**

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

Aliases: `-S` ,`--scala`

Expand Down Expand Up @@ -835,7 +835,7 @@ Aliases: `-P` ,`--plugin`

**--scala-version**

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

Aliases: `-S` ,`--scala`

Expand Down Expand Up @@ -1406,7 +1406,7 @@ Aliases: `-P` ,`--plugin`

**--scala-version**

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

Aliases: `-S` ,`--scala`

Expand Down Expand Up @@ -1991,7 +1991,7 @@ Aliases: `-P` ,`--plugin`

**--scala-version**

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

Aliases: `-S` ,`--scala`

Expand Down Expand Up @@ -2601,7 +2601,7 @@ Aliases: `-P` ,`--plugin`

**--scala-version**

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

Aliases: `-S` ,`--scala`

Expand Down Expand Up @@ -3199,7 +3199,7 @@ Aliases: `-P` ,`--plugin`

**--scala-version**

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

Aliases: `-S` ,`--scala`

Expand Down Expand Up @@ -3816,7 +3816,7 @@ Aliases: `-P` ,`--plugin`

**--scala-version**

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

Aliases: `-S` ,`--scala`

Expand Down Expand Up @@ -4496,7 +4496,7 @@ Aliases: `-P` ,`--plugin`

**--scala-version**

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

Aliases: `-S` ,`--scala`

Expand Down Expand Up @@ -5401,7 +5401,7 @@ Aliases: `-P` ,`--plugin`

**--scala-version**

Set the Scala version (3.3.1 by default)
Set the Scala version (3.4.0 by default)

Aliases: `-S` ,`--scala`

Expand Down
3 changes: 2 additions & 1 deletion website/docs/reference/scala-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ it is recommended to update scala-cli.
| 0.1.20 - 1.0.0-RC2 | 3.2.2 | 2.13.10 | 2.12.17 |
| 1.0.0 - 1.0.1 | 3.3.0 | 2.13.10 | 2.12.17 |
| 1.0.1 - 1.0.4 | 3.3.0 | 2.13.11 | 2.12.18 |
| 1.0.5 - current | 3.3.1 | 2.13.12 | 2.12.18 |
| 1.0.5 - 1.1.3 | 3.3.1 | 2.13.12 | 2.12.18 |
| 1.2.0 - current | 3.4.0 | 2.13.12 | 2.12.18 |

0 comments on commit 12ff69c

Please sign in to comment.