v0.6.14: effect-able Discipline trait
Adds a DisciplineF
trait that allows to run context-aware laws (for instance, laws that depend on the presence of a database connection). Courtesy of @bwiercinski.
What's Changed
- framework/cats: fix compilation warning regarding Dead Code (throw Boom) by @bwiercinski in #530
- Update cats-effect, cats-effect-testkit to 3.3.13 by @scala-steward in #540
- Upgrade libraries, Scala.js and Scala 3 by @keynmol in #542
- Update fs2-core to 3.2.10 by @scala-steward in #545
- MutableFSuite: remove redundant exists check by @bwiercinski in #549
- create DisciplineFSuite #528 by @bwiercinski in #548
- Update cats-effect, cats-effect-testkit to 3.3.14 by @scala-steward in #551
Full Changelog: v0.6.13...v0.6.14