Skip to content

Commit dea97d4

Browse files
committed
Move Scala 3.3 LTS sentences down
1 parent a705582 commit dea97d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-02-06-highlights-2024.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ A few of the highlights covered in this issue:
2626

2727
### Named tuples and other Scala 3 improvements
2828

29-
The Scala 3.3 line remains the current Scala LTS (Long Term Support) version, recommended for use by library authors.
30-
Most bug fixes are backported to the LTS line. Some time this year, we expect to announce plans for the next LTS version.
31-
3229
In 2024 we released two new Scala Next versions: 3.5 and 3.6. Scala Next is the version we recommend for most Scala 3 users.
3330

3431
Scala 3.5 introduces support for `var` in refinements, binary integer literals, and experimental named tuples.
@@ -38,6 +35,9 @@ These names can be used during construction, selection and pattern matching.
3835
The banner change in Scala 3.6 is the new syntax for context bounds and givens, improving both power and ergonomics.
3936
Scala 3.6 also includes support for multiple type parameter lists, and improvements to `for` desugaring.
4037

38+
Note that the Scala 3.3 line remains the current Scala LTS (Long Term Support) version, recommended for use by library authors.
39+
Most bug fixes are backported to the LTS line. Some time this year, we expect to announce plans for the next LTS version.
40+
4141
Further reading:
4242

4343
- [Named tuples documentation (experimental)](https://dotty.epfl.ch/docs/reference/experimental/named-tuples.html)

0 commit comments

Comments
 (0)