File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object Cli {
1111
1212object 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments