My experience migrating a PlayFramework app to Scala 3
I have a small PlayFramework app (https://superintendent.app) that I just migrated to Scala 3. Here are my learnings:
The goods
1. Scala 2 syntax is still valid in Scala 3. Basically, 95% of the code still works as-is.
2. Cross-publishing one of my libraries to work with Scala