diff --git a/_data/scala-releases.yml b/_data/scala-releases.yml index d28f33136..d872b6041 100644 --- a/_data/scala-releases.yml +++ b/_data/scala-releases.yml @@ -1,11 +1,11 @@ - category: current_version title: Current 3.7.x release - version: 3.7.3 + version: 3.7.4 release_date: September 9, 2025 - category: current_version title: Current 3.3.x LTS release - version: 3.3.6 - release_date: May 8, 2025 + version: 3.3.7 + release_date: October 13, 2025 - category: current_version title: Current 2.13.x release version: 2.13.17 diff --git a/_downloads/2025-10-13-3.3.7.md b/_downloads/2025-10-13-3.3.7.md new file mode 100644 index 000000000..f94678fe7 --- /dev/null +++ b/_downloads/2025-10-13-3.3.7.md @@ -0,0 +1,10 @@ +--- +title: Scala 3.3.7 LTS +start: 13 October 2025 +layout: downloadpage +release_version: 3.3.7 +release_date: "October 13, 2025" +permalink: /download/3.3.7.html +license: Apache License, Version 2.0 +api_docs: https://www.scala-lang.org/api/3.3.7/ +--- diff --git a/_downloads/2025-11-11-3.7.4.md b/_downloads/2025-11-11-3.7.4.md new file mode 100644 index 000000000..33c4e3d33 --- /dev/null +++ b/_downloads/2025-11-11-3.7.4.md @@ -0,0 +1,10 @@ +--- +title: Scala 3.7.4 +start: 11 November 2025 +layout: downloadpage +release_version: 3.7.4 +release_date: "November 11, 2025" +permalink: /download/3.7.4.html +license: Apache License, Version 2.0 +api_docs: https://www.scala-lang.org/api/3.7.4/ +--- diff --git a/_posts/2025-11-11-release-notes-3.7.4.md b/_posts/2025-11-11-release-notes-3.7.4.md new file mode 100644 index 000000000..6d94f1df3 --- /dev/null +++ b/_posts/2025-11-11-release-notes-3.7.4.md @@ -0,0 +1,19 @@ +--- +category: release +permalink: /news/3.7.4/ +title: "Scala 3.7.4 is now available!" +by: Wojciech Mazur, VirtusLab +--- +Scala 3.7.4 is now available! + +## Notable changes + +- Align coverage support with Scala 2, fixing multiple issues [#23722](https://github.com/scala/scala3/pull/23722) + +- Deprecate `scala_legacy` /`MainGenericRunner`/`scalac -run`/`scalac -repl` for removal [#24267](https://github.com/scala/scala3/pull/24267). + These were deprecated since 3.5.0 and would be removed in 3.8.0. + +- Bump Scala CLI to v1.9.1 (was v1.9.0) [#23962](https://github.com/scala/scala3/pull/23962): + See the [Scala CLI release notes](https://github.com/VirtusLab/scala-cli/releases/tag/v1.9.1) for additional details + +For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.7.4).