Skip to content

Commit 4d8152b

Browse files
authored
Bump Scala 2.13 to 2.13.18 (was 2.13.17) (#3958)
1 parent 5be4638 commit 4d8152b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project/deps/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Cli {
1111

1212
object Scala {
1313
def scala212 = "2.12.20"
14-
def scala213 = "2.13.17"
14+
def scala213 = "2.13.18"
1515
def scala3LtsPrefix = "3.3" // used for the LTS version tags
1616
def scala3Lts = s"$scala3LtsPrefix.7" // the LTS version currently used in the build
1717
def runnerScala3 = scala3Lts

website/docs/reference/scala-versions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ it is recommended to update scala-cli.
3434
| 1.8.1 - 1.8.4 | 3.7.1 | 2.13.16 | 2.12.20 |
3535
| 1.8.5 - 1.9.0 | 3.7.2 | 2.13.16 | 2.12.20 |
3636
| 1.9.1 | 3.7.3 | 2.13.16 | 2.12.20 |
37-
| 1.10.0 - current | 3.7.4 | 2.13.17 | 2.12.20 |
37+
| 1.10.0 - 1.10.1 | 3.7.4 | 2.13.17 | 2.12.20 |
38+
| 1.10.2 - current | 3.7.4 | 2.13.18 | 2.12.20 |
3839

0 commit comments

Comments
 (0)