Skip to content

Commit 66f3407

Browse files
committed
Bump Scala 3 Next to 3.6.4
1 parent 8f62099 commit 66f3407

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ jobs:
14771477
path: test-report.xml
14781478

14791479
checks:
1480-
timeout-minutes: 30
1480+
timeout-minutes: 60
14811481
runs-on: ubuntu-24.04
14821482
steps:
14831483
- uses: actions/checkout@v4

project/deps.sc

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ object Scala {
99
def scala3LtsPrefix = "3.3" // used for the LTS version tags
1010
def scala3Lts = s"$scala3LtsPrefix.5" // the LTS version currently used in the build
1111
def scala3NextPrefix = "3.6"
12-
def scala3Next = s"$scala3NextPrefix.3" // the newest/next version of Scala
13-
def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
12+
def scala3Next = s"$scala3NextPrefix.4" // the newest/next version of Scala
13+
def scala3NextAnnounced = "3.6.3" // the newest/next version of Scala that's been announced
1414
def scala3NextRc = "3.6.4-RC2" // the latest RC version of Scala Next
15-
def scala3NextRcAnnounced = "3.6.4-RC1" // the latest announced RC version of Scala Next
15+
def scala3NextRcAnnounced = "3.6.4-RC2" // the latest announced RC version of Scala Next
1616

1717
// The Scala version used to build the CLI itself.
1818
def defaultInternal = sys.props.get("scala.version.internal").getOrElse(scala3Lts)

website/docs/reference/cli-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ Available in commands:
15891589

15901590
Aliases: `-S`, `--scala`
15911591

1592-
Set the Scala version (3.6.3 by default)
1592+
Set the Scala version (3.6.4 by default)
15931593

15941594
### `--scala-binary-version`
15951595

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ Aliases: `-S`, `--scala`
10041004

10051005
`MUST have` per Scala Runner specification
10061006

1007-
Set the Scala version (3.6.3 by default)
1007+
Set the Scala version (3.6.4 by default)
10081008

10091009
### `--scala-binary-version`
10101010

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Aliases: `-P` ,`--plugin`
9292

9393
**--scala-version**
9494

95-
Set the Scala version (3.6.3 by default)
95+
Set the Scala version (3.6.4 by default)
9696

9797
Aliases: `-S` ,`--scala`
9898

@@ -874,7 +874,7 @@ Aliases: `-P` ,`--plugin`
874874

875875
**--scala-version**
876876

877-
Set the Scala version (3.6.3 by default)
877+
Set the Scala version (3.6.4 by default)
878878

879879
Aliases: `-S` ,`--scala`
880880

@@ -1469,7 +1469,7 @@ Aliases: `-P` ,`--plugin`
14691469

14701470
**--scala-version**
14711471

1472-
Set the Scala version (3.6.3 by default)
1472+
Set the Scala version (3.6.4 by default)
14731473

14741474
Aliases: `-S` ,`--scala`
14751475

@@ -2084,7 +2084,7 @@ Aliases: `-P` ,`--plugin`
20842084

20852085
**--scala-version**
20862086

2087-
Set the Scala version (3.6.3 by default)
2087+
Set the Scala version (3.6.4 by default)
20882088

20892089
Aliases: `-S` ,`--scala`
20902090

@@ -2724,7 +2724,7 @@ Aliases: `-P` ,`--plugin`
27242724

27252725
**--scala-version**
27262726

2727-
Set the Scala version (3.6.3 by default)
2727+
Set the Scala version (3.6.4 by default)
27282728

27292729
Aliases: `-S` ,`--scala`
27302730

@@ -3352,7 +3352,7 @@ Aliases: `-P` ,`--plugin`
33523352

33533353
**--scala-version**
33543354

3355-
Set the Scala version (3.6.3 by default)
3355+
Set the Scala version (3.6.4 by default)
33563356

33573357
Aliases: `-S` ,`--scala`
33583358

@@ -3993,7 +3993,7 @@ Aliases: `-P` ,`--plugin`
39933993

39943994
**--scala-version**
39953995

3996-
Set the Scala version (3.6.3 by default)
3996+
Set the Scala version (3.6.4 by default)
39973997

39983998
Aliases: `-S` ,`--scala`
39993999

@@ -4703,7 +4703,7 @@ Aliases: `-P` ,`--plugin`
47034703

47044704
**--scala-version**
47054705

4706-
Set the Scala version (3.6.3 by default)
4706+
Set the Scala version (3.6.4 by default)
47074707

47084708
Aliases: `-S` ,`--scala`
47094709

@@ -5666,7 +5666,7 @@ Aliases: `-P` ,`--plugin`
56665666

56675667
**--scala-version**
56685668

5669-
Set the Scala version (3.6.3 by default)
5669+
Set the Scala version (3.6.4 by default)
56705670

56715671
Aliases: `-S` ,`--scala`
56725672

website/docs/reference/scala-versions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ it is recommended to update scala-cli.
2828
| 1.5.0 | 3.5.0 | 2.13.14 | 2.12.19 |
2929
| 1.5.1 | 3.5.1 | 2.13.15 | 2.12.20 |
3030
| 1.5.2 - 1.5.4 | 3.5.2 | 2.13.15 | 2.12.20 |
31-
| 1.6.0 - current | 3.6.3 | 2.13.16 | 2.12.20 |
31+
| 1.6.0 - 1.7.0 | 3.6.3 | 2.13.16 | 2.12.20 |
32+
| 1.7.1 - current | 3.6.4 | 2.13.16 | 2.12.20 |
3233

0 commit comments

Comments
 (0)