Scala 3.7.2 is now available!
Briefly

Scala 3.7.2 has been released with notable improvements such as the upgrade of Scala CLI to version 1.8.4. It offers enhanced support for the REPL when using JDK 24 and introduces experimental publishing capabilities for the Sonatype Central Portal. A new -Yimplicit-to-given flag has been added to facilitate the migration from implicit to given syntax, making testing these changes easier. Additionally, new applied constructor types enable simpler definition of tracked parameters, supporting experimental modularity features.
Scala 3.7.2 introduces several enhancements, including an upgrade of Scala CLI to v1.8.4, better REPL support with JDK 24+, and an experimental flag for easier migration from implicit to given.
The new -Yimplicit-to-given flag, when used with --rewrite, aids in transitioning from implicit definitions, assisting developers in testing the impact of this syntax change on their codebases.
Applied constructor types have been implemented as part of Scala 3.7.2, allowing for a more straightforward definition of tracked parameters through the use of experimental modularity features.
URL support in using file directives broadens the usability of Scala 3.7.2, enhancing the functionality and integration of URLs into file directive usage.
Read at Scala-lang
[
|
]