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
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.
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
+
13
+
# Notable changes
14
+
15
+
- Improvement: Warn if interpolator uses toString [#20578](https://github.com/scala/scala3/pull/20578)
16
+
- Fix: Unblock Scala 3 on Android [#22632](https://github.com/scala/scala3/pull/22632)
- Improvement: For unused warnings, prefix of reference must match import qualifier in selector check [#20894](https://github.com/scala/scala3/pull/20894)
19
+
- Improvement: Add REPL flag to quit after evaluating init script [#22636](https://github.com/scala/scala3/pull/22636)
20
+
- Improvement: Warn if implicit default shadows given [#23559](https://github.com/scala/scala3/pull/23559)
21
+
22
+
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).
23
+
24
+
## Scala LTS Release Notice
25
+
26
+
The next planned LTS release will include updates introduced until Scala 3.8.2.
0 commit comments