Skip to content

Commit f4fb2c0

Browse files
Add release announcement for 3.7.4 (#1857)
* Add release announcement for 3.7.4 * Add missing Scala 3.3.7 downloads entry * Reword coverage changes --------- Co-authored-by: Seth Tisue <seth@tisue.net>
1 parent a79ec93 commit f4fb2c0

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
lines changed

_data/scala-releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
- category: current_version
22
title: Current 3.7.x release
3-
version: 3.7.3
3+
version: 3.7.4
44
release_date: September 9, 2025
55
- category: current_version
66
title: Current 3.3.x LTS release
7-
version: 3.3.6
8-
release_date: May 8, 2025
7+
version: 3.3.7
8+
release_date: October 13, 2025
99
- category: current_version
1010
title: Current 2.13.x release
1111
version: 2.13.17

_downloads/2025-10-13-3.3.7.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.3.7 LTS
3+
start: 13 October 2025
4+
layout: downloadpage
5+
release_version: 3.3.7
6+
release_date: "October 13, 2025"
7+
permalink: /download/3.3.7.html
8+
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
9+
api_docs: https://www.scala-lang.org/api/3.3.7/
10+
---

_downloads/2025-11-11-3.7.4.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.7.4
3+
start: 11 November 2025
4+
layout: downloadpage
5+
release_version: 3.7.4
6+
release_date: "November 11, 2025"
7+
permalink: /download/3.7.4.html
8+
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
9+
api_docs: https://www.scala-lang.org/api/3.7.4/
10+
---
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
category: release
3+
permalink: /news/3.7.4/
4+
title: "Scala 3.7.4 is now available!"
5+
by: Wojciech Mazur, VirtusLab
6+
---
7+
Scala 3.7.4 is now available!
8+
9+
## Notable changes
10+
11+
- Align coverage support with Scala 2, fixing multiple issues [#23722](https://github.com/scala/scala3/pull/23722)
12+
13+
- Deprecate `scala_legacy` /`MainGenericRunner`/`scalac -run`/`scalac -repl` for removal [#24267](https://github.com/scala/scala3/pull/24267).
14+
These were deprecated since 3.5.0 and would be removed in 3.8.0.
15+
16+
- Bump Scala CLI to v1.9.1 (was v1.9.0) [#23962](https://github.com/scala/scala3/pull/23962):
17+
See the [Scala CLI release notes](https://github.com/VirtusLab/scala-cli/releases/tag/v1.9.1) for additional details
18+
19+
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).

0 commit comments

Comments
 (0)