Stryker4s v0.11.3
github-actions
released this
09 Apr 07:30
·
854 commits
to master
since this release
The only change in this release is an upgrade to cats-effect 3. This does not impact functionality, but is a dependency update of Stryker4s. Because cats-effect 3 is not binary compatible with cats-effect 2, it's possible that Stryker4s v0.11.3
conflicts with another installed sbt plugin that also uses cats-effect but is not yet updated to cats-effect 3.
- If you have other plugins installed that are still on cats-effect 2, updating is not recommended until those plugins are also up-to-date.
- If you have no other plugins installed that have cats-effect as a dependency, or all your other sbt plugins are on cats-effect 3, feel free to upgrade.
v0.11.3
and future Stryker4s versions will all use cats-effect 3.
NOTE: This problem only occurs if your sbt plugins have a dependency on cats-effect 2.x. So direct dependencies of your project are still safe.
🧰 Maintenance
- Remove JDK 14 from CI and add JDK 16 (#779) @hugo-vrijswijk
- Update to cats-effect, fs2 3 (#792) @hugo-vrijswijk