Skip to content

Commit a511e10

Browse files
committed
README updates
1 parent a9e117e commit a511e10

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Demonstrates using Spring Framework with Scala 3.
66
Since the initial release of Scala 3 I've considered upgrading various
77
non-trivial personal and professional projects from 2.13 to 3, but until recently (2025) always ultimately declined to upgrade.
88

9-
After getting over the various deprecation hurdles,
9+
After getting over the deprecation hurdles,
1010
The biggest headaches have been with the level of compatibility tools like IntellIJ offer, and the relatively small market share
11-
scala 3 currently has for Scala projects and libraries.
11+
scala 3 currently has of Scala projects and libraries.
1212
Builds can also slow to a crawl or hang during non-trivial refactorings. Compile times
1313
are also up, and builds will randomly fail, only to succeed after a second or third retry.
1414

15-
The jury is still out on whether the migration is worthwhile for most existing projects. I am reasonably convinced at this point, however,
16-
that it makes sense to use Scala 3 for new projects.
15+
The jury is still out on whether the migration is worthwhile for established projects, but
16+
as of 2025 I do feel like Scala 3 is the way to go.
1717

1818
I'll try to keep this project updated
1919
with things I learn as I go.

0 commit comments

Comments
 (0)