Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and MaciejG604 committed Sep 19, 2023
1 parent ab9e233 commit a7b0697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import $file.utils, utils.isArmArchitecture

object Scala {
def scala212 = "2.12.18"
def scala213 = "2.13.11"
def scala213 = "2.13.12"
def runnerScala3 = "3.0.2" // the newest version that is compatible with all Scala 3.x versions
def scala3 = "3.3.0"
val allScala2 = Seq(scala213, scala212)
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 @@ -19,5 +19,6 @@ it is recommended to update scala-cli.
| 0.1.18 - 0.1.19 | 3.2.1 | 2.13.10 | 2.12.17 |
| 0.1.20 - 1.0.0-RC2 | 3.2.2 | 2.13.10 | 2.12.17 |
| 1.0.0 - 1.0.1 | 3.3.0 | 2.13.10 | 2.12.17 |
| 1.0.1 - current | 3.3.0 | 2.13.11 | 2.12.18 |
| 1.0.1 - 1.0.4 | 3.3.0 | 2.13.11 | 2.12.18 |
| 1.0.5 - current | 3.3.0 | 2.13.12 | 2.12.18 |

0 comments on commit a7b0697

Please sign in to comment.