Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala3-library to 3.3.1 #2392

Merged
merged 3 commits into from
Sep 19, 2023
Merged
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
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Scala {
def scala212 = "2.12.18"
def scala213 = "2.13.11"
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
def scala3 = "3.3.0"
def scala3 = "3.3.1"
val allScala2 = Seq(scala213, scala212)
val all = allScala2 ++ Seq(scala3)
val mainVersions = Seq(scala3, scala213)
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 @@ -1421,7 +1421,7 @@ Available in commands:

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

Set the Scala version (3.3.0 by default)
Set the Scala version (3.3.1 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 @@ -928,7 +928,7 @@ Aliases: `-S`, `--scala`

`MUST have` per Scala Runner specification

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

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

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 @@ -19,5 +19,6 @@ it is recommended to update scala-cli.
| 0.1.18 - 0.1.19 | 3.2.1 | 2.13.10 | 2.12.17 |
| 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 - current | 3.3.0 | 2.13.11 | 2.12.18 |
| 1.0.1 - 1.0.4 | 3.3.0 | 2.13.11 | 2.12.18 |
| 1.0.4 - current | 3.3.1 | 2.13.11 | 2.12.18 |