Cucumber Scala v7.0.0
📢 This release brings support for Scala 3 but no change in Cucumber core features.
Although there is no visible change from a user perspective, there are significant changes under the hood (for all Scala versions) that are not binary compatible with Cucumber Scala v6.x (hence the major version change).
👋 You are encouraged to use this release even if not targeting Scala 3 yet and report any issue.
ℹ️ Starting from v7.x, the version of Cucumber Scala will not match anymore the version of core Cucumber projects (like cucumber-junit). You should upgrade them independently.
Added ➕
- [Scala] Support Scala 3
- Check out the v7.x upgrade guide
Changed 🔀
- [Internal] Rewrite the way types of step arguments are inferred