Skip to content

Commit 5b2c5b8

Browse files
Add release notes for Scala 3.7.1 (#1807)
1 parent a69f334 commit 5b2c5b8

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

_data/scala-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- category: current_version
22
title: Current 3.7.x release
3-
version: 3.7.0
4-
release_date: May 7, 2025
3+
version: 3.7.1
4+
release_date: June 4, 2025
55
- category: current_version
66
title: Current 3.3.x LTS release
77
version: 3.3.6

_downloads/2025-06-04-3.7.1.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.1
3+
start: 4 June 2025
4+
layout: downloadpage
5+
release_version: 3.7.1
6+
release_date: "June 4, 2025"
7+
permalink: /download/3.7.1.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.1/
10+
---
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
category: release
3+
permalink: /news/3.7.1/
4+
title: "Scala 3.7.1 is now available!"
5+
---
6+
Scala 3.7.1 is now available!
7+
8+
The first patch release of Scala 3.7 series introduces multiple bug-fixes, reduces the amount of false-positives in linters and adds support for a new version of the JDK.
9+
10+
# Highlights of the release
11+
12+
- Support for JDK 25 [#23004](https://github.com/scala/scala3/pull/23004)
13+
- Warn if interpolator uses `toString` [#20578](https://github.com/scala/scala3/pull/20578)
14+
- Warn if match in block is not used for `PartialFunction` [#23002](https://github.com/scala/scala3/pull/23002)
15+
- Scala runner now uses Scala CLI 1.8.0 see [the changelog](https://github.com/VirtusLab/scala-cli/releases/tag/v1.8.0) for details
16+
17+
For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.7.1).

0 commit comments

Comments
 (0)