Skip to content

Commit 38ac1d5

Browse files
authored
Update Scala Next to 3.6.3 (#3426)
1 parent 8d75e11 commit 38ac1d5

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

project/deps.sc

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ object Scala {
99
def scala3LtsPrefix = "3.3" // used for the LTS version tags
1010
def scala3Lts = s"$scala3LtsPrefix.4" // the LTS version currently used in the build
1111
def scala3NextPrefix = "3.6"
12-
def scala3Next = s"$scala3NextPrefix.2" // 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.3" // the newest/next version of Scala
13+
def scala3NextAnnounced =
14+
s"$scala3NextPrefix.2" // the newest/next version of Scala that's been announced
1415
def scala3NextRc = "3.6.3-RC2" // the latest RC version of Scala Next
1516
def scala3NextRcAnnounced = scala3NextRc // the latest announced RC version of Scala Next
1617

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.2 by default)
1592+
Set the Scala version (3.6.3 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.2 by default)
1007+
Set the Scala version (3.6.3 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.2 by default)
95+
Set the Scala version (3.6.3 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.2 by default)
877+
Set the Scala version (3.6.3 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.2 by default)
1472+
Set the Scala version (3.6.3 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.2 by default)
2087+
Set the Scala version (3.6.3 by default)
20882088

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

@@ -2718,7 +2718,7 @@ Aliases: `-P` ,`--plugin`
27182718

27192719
**--scala-version**
27202720

2721-
Set the Scala version (3.6.2 by default)
2721+
Set the Scala version (3.6.3 by default)
27222722

27232723
Aliases: `-S` ,`--scala`
27242724

@@ -3340,7 +3340,7 @@ Aliases: `-P` ,`--plugin`
33403340

33413341
**--scala-version**
33423342

3343-
Set the Scala version (3.6.2 by default)
3343+
Set the Scala version (3.6.3 by default)
33443344

33453345
Aliases: `-S` ,`--scala`
33463346

@@ -3981,7 +3981,7 @@ Aliases: `-P` ,`--plugin`
39813981

39823982
**--scala-version**
39833983

3984-
Set the Scala version (3.6.2 by default)
3984+
Set the Scala version (3.6.3 by default)
39853985

39863986
Aliases: `-S` ,`--scala`
39873987

@@ -4691,7 +4691,7 @@ Aliases: `-P` ,`--plugin`
46914691

46924692
**--scala-version**
46934693

4694-
Set the Scala version (3.6.2 by default)
4694+
Set the Scala version (3.6.3 by default)
46954695

46964696
Aliases: `-S` ,`--scala`
46974697

@@ -5654,7 +5654,7 @@ Aliases: `-P` ,`--plugin`
56545654

56555655
**--scala-version**
56565656

5657-
Set the Scala version (3.6.2 by default)
5657+
Set the Scala version (3.6.3 by default)
56585658

56595659
Aliases: `-S` ,`--scala`
56605660

website/docs/reference/scala-versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ 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.2 | 2.13.16 | 2.12.20 |
31+
| 1.6.0 - current | 3.6.3 | 2.13.16 | 2.12.20 |
3232

0 commit comments

Comments
 (0)