Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _data/scala-releases.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions _downloads/2025-10-13-3.3.7.md
Original file line number Diff line number Diff line change
@@ -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: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
api_docs: https://www.scala-lang.org/api/3.3.7/
---
10 changes: 10 additions & 0 deletions _downloads/2025-11-11-3.7.4.md
Original file line number Diff line number Diff line change
@@ -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: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
api_docs: https://www.scala-lang.org/api/3.7.4/
---
19 changes: 19 additions & 0 deletions _posts/2025-11-11-release-notes-3.7.4.md
Original file line number Diff line number Diff line change
@@ -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

- Make coverage more similar to the one in Scala 2 [#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).