New
Scala 3.7.3 compatible release
This code replaces all implicit classes and methods with extension methods or regular classes and Conversion givens.
What's Changed
- Use java lang lineSeparator to support newline across different os by @andrewdroz in https://github.com/deanwampler/programming-scala-book-code-examples/pull/178
- Update sbt, scripted-plugin to 1.11.3 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/179
- Update scala3-library, scala3-staging to 3.7.2 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/180
- Update sbt, scripted-plugin to 1.11.4 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/181
- Update sbt, scripted-plugin to 1.11.5 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/182
- Update scalacheck to 1.19.0 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/184
- Update sbt, scripted-plugin to 1.11.6 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/183
- Update scala3-library, scala3-staging to 3.7.3 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/185
- Update munit-scalacheck to 1.2.0 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/186
- Update munit to 1.1.2 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/188
- Update munit to 1.2.0 by @scala-steward in https://github.com/deanwampler/programming-scala-book-code-examples/pull/189
New Contributors
- @andrewdroz made their first contribution in https://github.com/deanwampler/programming-scala-book-code-examples/pull/178
Full Changelog: https://github.com/deanwampler/programming-scala-book-code-examples/compare/3.7.1...3.7.3