Scala 3.2.0 released!
Briefly

What's new in Scala 3.2.0

...
-coverage
...
-Vprofile-sorted-by: prints the same output as -Vprofile, but it is sorted according to a specified column, for example: complexity or lines -Vprofile-details summarizes the profiles of the most complex methods
...
-Vprofile-sorted-by:
...
complexity
...
-Vprofile-details summarizes the profiles of the most complex methods
-Vprofile-details
...

Stabilised APIs

...
We thoroughly tested all release candidates for 3.2.0 to detect any source incompatibilities.We run a so-called Open Community Build, a compilation of nearly 1000 real-life projects on each compiler build.
Read at Scala-lang
[
add
]
[
|
|
]