Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions _data/scala-releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- category: current_version
title: Current 3.7.x release
version: 3.7.0
release_date: May 7, 2025
version: 3.7.1
release_date: June 4, 2025
- category: current_version
title: Current 3.3.x LTS release
version: 3.3.6
Expand Down
10 changes: 10 additions & 0 deletions _downloads/2025-06-04-3.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Scala 3.7.1
start: 4 June 2025
layout: downloadpage
release_version: 3.7.1
release_date: "June 4, 2025"
permalink: /download/3.7.1.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.1/
---
17 changes: 17 additions & 0 deletions _posts/2025-06-04-release-notes-3.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
category: release
permalink: /news/3.7.1/
title: "Scala 3.7.1 is now available!"
---
Scala 3.7.1 is now available!

The first patch release of Scala 3.7 series introduces multiple bug-fixes, reduces ammount of false-positive in linters and adds support new version of the JDK.

# Highlights of the release

- Support for JDK 25 [#23004](https://github.com/scala/scala3/pull/23004)
- Warn if interpolator uses `toString` [#20578](https://github.com/scala/scala3/pull/20578)
- Warn if match in block is not used for `PartialFunction` [#23002](https://github.com/scala/scala3/pull/23002)
- 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

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).