New
v1.17.1
Highlights
- fix wrong millisecond value (fixes #913) by @akonior in https://github.com/typelevel/scalacheck/pull/924
- fix scala 3 compilation errors in user guide examples by @akonior in https://github.com/typelevel/scalacheck/pull/925
- Fix Many Of The Warnings by @isomarcte in https://github.com/typelevel/scalacheck/pull/928
- Add Cogen instances for SortedSet and SortedMap by @isomarcte in https://github.com/typelevel/scalacheck/pull/927
- Added some code improvements and Removed Redundent Arguments by @aashish2054 in https://github.com/typelevel/scalacheck/pull/942
- Add Gen.nonEmptyStringOf by @satorg in https://github.com/typelevel/scalacheck/pull/944
- add a comment line about
nonEmptyStringOfby @satorg in https://github.com/typelevel/scalacheck/pull/951 - Integrate sbt-header (via sbt-typelevel) by @satorg in https://github.com/typelevel/scalacheck/pull/959
- Fix trailing whitespaces in headers by @satorg in https://github.com/typelevel/scalacheck/pull/963
- Add scalafmt to the repository by @satorg in https://github.com/typelevel/scalacheck/pull/950
- Add
opentoPropertiesto prevent Scala 3 compile errors by @froth in https://github.com/typelevel/scalacheck/pull/991