You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-09-24-release-notes-3.3.7.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
category: release
3
-
permalink: /news/3.3.6/
3
+
permalink: /news/3.3.7/
4
4
title: "Scala 3.3.7 LTS is now available!"
5
5
by: Tomasz Godzik, VirtusLab
6
6
---
7
7
8
8
Scala 3.3.7 LTS is now available!
9
9
10
-
This patch release backports most of the bugfixes and some of the improvements introduced in the Scala Next series up to the Scala 3.7.3 release.
10
+
This patch release backports most of the bugfixes and some of the improvements introduced in the Scala Next series to the Scala 3.7.3 release.
11
11
All of the backported changes were proven to not break either binary or source compatibility, by testing over 1500 projects in the [Scala 3 Open Community Build](https://github.com/VirtusLab/community-build3).
12
12
13
13
# Notable changes
@@ -18,6 +18,7 @@ All of the backported changes were proven to not break either binary or source c
18
18
- Improvement: For unused warnings, prefix of reference must match import qualifier in selector check [#20894](https://github.com/scala/scala3/pull/20894)
19
19
- Improvement: Add REPL flag to quit after evaluating init script [#22636](https://github.com/scala/scala3/pull/22636)
20
20
- Improvement: Warn if implicit default shadows given [#23559](https://github.com/scala/scala3/pull/23559)
21
+
- Improvement: Make coverage more similar to the one in Scala 2 [#23955](https://github.com/scala/scala3/pull/23955)
21
22
22
23
For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.3.7).
0 commit comments