Skip to main content


Hey, #Scala 2.12.19 & 2.13.13 are out!
#Scala 2.12.19 comes with some extra compatibility for JDKs 21 & 22 and a new `-Yrelease` flag to complement `-release` for working with old Java versions. And of course - bugfixes!
Check out the release notes here 👇https://github.com/scala/scala/releases/tag/v2.12.19
in reply to Scala Space

#Scala 2.13.13 also brings better compat with new (and old) JDKs, as well as extra tools for step-by-step migration to Scala 3, some new linting options and other improvements.
Check out the release notes here https://github.com/scala/scala/releases/tag/v2.13.13 for details on that and more. 👇
in reply to Scala Space

When migrating from Scala 2.13 to 3, the 2.13.13 release introduces the `-Xsource:3-cross` flag for users who want to cross build their code on both Scala 2.13 and 3, allowing to adopt some Scala 3 semantics and skip warnings which don't bring value in cross-built projects. 🔥