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 _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords:

scala-version: 2.13.10
scala-212-version: 2.12.17
scala-3-version: 3.2.2
scala-3-version: 3.3.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks good to me, but out of curiosity, how do you think this variable should be updated when 3.4.0 will be released?


collections:
style:
Expand Down
6 changes: 4 additions & 2 deletions api/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ redirect_from:

## Latest releases

* Scala 3.2.2
* [Library API](https://www.scala-lang.org/api/3.2.2/)
* Scala 3.3.0 LTS
* [Library API](https://www.scala-lang.org/api/3.3.0/)
* Scala 2.13.10
* [Library API](https://www.scala-lang.org/api/2.13.10/)
* [Compiler API](https://www.scala-lang.org/api/2.13.10/scala-compiler/scala/)
Expand Down Expand Up @@ -62,6 +62,8 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/

## Previous releases

* Scala 3.2.2
* [Library API](https://www.scala-lang.org/api/3.2.2/)
* Scala 3.2.1
* [Library API](https://www.scala-lang.org/api/3.2.1/)
* Scala 3.2.0
Expand Down