Releases: deanwampler/programming-scala-book-code-examples
Last 3.5.X release
There will be breaking syntax changes in Scala 3.6. This is the last release of this repo that will work with Scala 3.5 or earlier.
Scala 3.5.0 support
Mostly changes documentation reflecting the new Scala CLI.
Support for Scala 3.3.0
I keep the dependencies up to date, thanks to Scala Steward. This release just "memorializes" support for 3.3.0.
Support for 3.1.0
There are a few changes in Scala 3 from 3.0.0 to 3.1.0. They are incorporated here, although this release doesn't include new examples of Scala 3.1.0 features, like the emerging way of declaring exceptions in method signatures. I'll examples for that in a subsequent update.
Programming Scala, 3rd Edition - Final Release
This release is the example code as published in Programming Scala, Third Edition (http://programming-scala.com/). Subsequent releases will be created periodically for bug fixes (including errata fixes), and other updates.