deanwampler / programming-scala-book-code-examples

The code examples used in Programming Scala, 2nd and 3rd Editions (O'Reilly)
Other
646 stars 412 forks source link

Release 3.5.0 #132

Closed deanwampler closed 2 months ago

deanwampler commented 2 months ago

No code changes, but adds a "warning" to the README about how invocation using the scala command has changed, as the old command was replaced with Scala CLI. Fixes #131

Also added a new Intersection and Union type example.