Scala 3.7.1 is now available!
Briefly

Scala 3.7.1 has been released as the first patch of the 3.7 series, featuring numerous bug fixes and enhancements. Significant changes include improved warnings in linters to reduce false positives, notably for interpolators and pattern matching. The version also introduces compatibility with JDK 25 and updates the Scala runner to use Scala CLI 1.8.0. For detailed changes and contributor acknowledgments, users can consult the release notes, which provide extensive insights into the updates made in this version.
The first patch release of Scala 3.7.1 introduces multiple bug fixes, enhances linter accuracy, and adds support for JDK 25.
Notable features include new warnings to help developers, such as notifications if an interpolator uses toString or if a match in block isn't used for PartialFunction.
Read at Scala-lang
[
|
]