Skip to content
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/package.mill.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Cli {

object Scala {
def scala212 = "2.12.20"
def scala213 = "2.13.17"
def scala213 = "2.13.18"
def scala3LtsPrefix = "3.3" // used for the LTS version tags
def scala3Lts = s"$scala3LtsPrefix.7" // the LTS version currently used in the build
def runnerScala3 = scala3Lts
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 @@ -34,5 +34,6 @@ it is recommended to update scala-cli.
| 1.8.1 - 1.8.4 | 3.7.1 | 2.13.16 | 2.12.20 |
| 1.8.5 - 1.9.0 | 3.7.2 | 2.13.16 | 2.12.20 |
| 1.9.1 | 3.7.3 | 2.13.16 | 2.12.20 |
| 1.10.0 - current | 3.7.4 | 2.13.17 | 2.12.20 |
| 1.10.0 - 1.10.1 | 3.7.4 | 2.13.17 | 2.12.20 |
| 1.10.2 - current | 3.7.4 | 2.13.18 | 2.12.20 |