Skip to content

Commit 31263ff

Browse files
authored
Bump Scala Next to 3.7.1 (#3707)
1 parent 3495c93 commit 31263ff

File tree

5 files changed

+23
-21
lines changed

5 files changed

+23
-21
lines changed

project/deps/package.mill.scala

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ object Cli {
99
}
1010

1111
object Scala {
12-
def scala212 = "2.12.20"
13-
def scala213 = "2.13.16"
14-
def scala3LtsPrefix = "3.3" // used for the LTS version tags
15-
def scala3Lts = s"$scala3LtsPrefix.6" // the LTS version currently used in the build
16-
def runnerScala3 = scala3Lts
17-
def scala3NextPrefix = "3.7"
18-
def scala3Next = s"$scala3NextPrefix.0" // the newest/next version of Scala
19-
def scala3NextAnnounced = scala3Next // the newest/next version of Scala that's been announced
20-
def scala3NextRc = "3.7.1-RC2" // the latest RC version of Scala Next
12+
def scala212 = "2.12.20"
13+
def scala213 = "2.13.16"
14+
def scala3LtsPrefix = "3.3" // used for the LTS version tags
15+
def scala3Lts = s"$scala3LtsPrefix.6" // the LTS version currently used in the build
16+
def runnerScala3 = scala3Lts
17+
def scala3NextPrefix = "3.7"
18+
def scala3Next = s"$scala3NextPrefix.1" // the newest/next version of Scala
19+
def scala3NextAnnounced =
20+
s"$scala3NextPrefix.0" // the newest/next version of Scala that's been announced
21+
def scala3NextRc = "3.7.1-RC2" // the latest RC version of Scala Next
2122
def scala3NextRcAnnounced = "3.7.1-RC1" // the latest announced RC version of Scala Next
2223

2324
// The Scala version used to build the CLI itself.

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
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.7.0 by default)
1592+
Set the Scala version (3.7.1 by default)
15931593

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

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

Lines changed: 1 addition & 1 deletion
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.7.0 by default)
1007+
Set the Scala version (3.7.1 by default)
10081008

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

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

Lines changed: 9 additions & 9 deletions
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.7.0 by default)
95+
Set the Scala version (3.7.1 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.7.0 by default)
877+
Set the Scala version (3.7.1 by default)
878878

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

@@ -1475,7 +1475,7 @@ Aliases: `-P` ,`--plugin`
14751475

14761476
**--scala-version**
14771477

1478-
Set the Scala version (3.7.0 by default)
1478+
Set the Scala version (3.7.1 by default)
14791479

14801480
Aliases: `-S` ,`--scala`
14811481

@@ -2090,7 +2090,7 @@ Aliases: `-P` ,`--plugin`
20902090

20912091
**--scala-version**
20922092

2093-
Set the Scala version (3.7.0 by default)
2093+
Set the Scala version (3.7.1 by default)
20942094

20952095
Aliases: `-S` ,`--scala`
20962096

@@ -2730,7 +2730,7 @@ Aliases: `-P` ,`--plugin`
27302730

27312731
**--scala-version**
27322732

2733-
Set the Scala version (3.7.0 by default)
2733+
Set the Scala version (3.7.1 by default)
27342734

27352735
Aliases: `-S` ,`--scala`
27362736

@@ -3358,7 +3358,7 @@ Aliases: `-P` ,`--plugin`
33583358

33593359
**--scala-version**
33603360

3361-
Set the Scala version (3.7.0 by default)
3361+
Set the Scala version (3.7.1 by default)
33623362

33633363
Aliases: `-S` ,`--scala`
33643364

@@ -4005,7 +4005,7 @@ Aliases: `-P` ,`--plugin`
40054005

40064006
**--scala-version**
40074007

4008-
Set the Scala version (3.7.0 by default)
4008+
Set the Scala version (3.7.1 by default)
40094009

40104010
Aliases: `-S` ,`--scala`
40114011

@@ -4724,7 +4724,7 @@ Aliases: `-P` ,`--plugin`
47244724

47254725
**--scala-version**
47264726

4727-
Set the Scala version (3.7.0 by default)
4727+
Set the Scala version (3.7.1 by default)
47284728

47294729
Aliases: `-S` ,`--scala`
47304730

@@ -5693,7 +5693,7 @@ Aliases: `-P` ,`--plugin`
56935693

56945694
**--scala-version**
56955695

5696-
Set the Scala version (3.7.0 by default)
5696+
Set the Scala version (3.7.1 by default)
56975697

56985698
Aliases: `-S` ,`--scala`
56995699

website/docs/reference/scala-versions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ it is recommended to update scala-cli.
3030
| 1.5.2 - 1.5.4 | 3.5.2 | 2.13.15 | 2.12.20 |
3131
| 1.6.0 - 1.7.0 | 3.6.3 | 2.13.16 | 2.12.20 |
3232
| 1.7.1 | 3.6.4 | 2.13.16 | 2.12.20 |
33-
| 1.8.0 - current | 3.7.0 | 2.13.16 | 2.12.20 |
33+
| 1.8.0 | 3.7.0 | 2.13.16 | 2.12.20 |
34+
| 1.8.1 - current | 3.7.1 | 2.13.16 | 2.12.20 |
3435

0 commit comments

Comments
 (0)