lunatech-scala2-to-scala3-course
lunatech-scala2-to-scala3-course copied to clipboard
Lunatech course - "Moving forward from Scala 2 to Scala 3"
Adding these tools is good just for their utility. We'll start using them in some of the exercises in the future
Adding pattern guards on case clauses leads to the inability of the compiler to check if a pattern match is complete. Let's remove this to illustrate how this should be...
Because [Akka is not open source anymore](https://www.lightbend.com/akka/license-faq) maybe the course should use [Pekko](https://github.com/apache/incubator-pekko), which is the open source fork of Akka, but Pekko is not yet released.
I suggest to add a short section in exercise 0 to explain how to open the project in an IDE, and how to re-import it when the build changes.
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix...