Skip to content

Commit db5c9a0

Browse files
committed
Add info about Scala Next in commercial projects
1 parent 523867f commit db5c9a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blog/_posts/2022-05-30-long-term-compatibility-plans.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ Once the LTS & Next model is implemented, we suggest the following practices for
7272

7373
### Owners of commercial projects
7474

75-
You should stick to the LTS version. It will give you the best tooling support and a stable compiler. If you are migrating a bigger project from Scala 2, you should migrate it straight to the newest LTS.
75+
We suggest you stick to the LTS version. It will give you the best tooling support and a stable compiler. If you are migrating a bigger project from Scala 2, you should migrate it straight to the newest LTS.
76+
77+
You may also choose to be up to date with the latest minor version. That will allow you to use new features as soon as they are added to the language. However, you will need to be ready for frequent compiler updates. Otherwise, your project may end up with an unsupported version of the language.
7678

7779
### Library maintainers
7880

0 commit comments

Comments
 (0)