Releases: cucumber/cucumber-jvm-scala
Releases · cucumber/cucumber-jvm-scala
v8.32.0
Changed
- [Core] Update
cucumber-core
dependency to 7.28.0
- Upgrade Scala versions to 2.12.20 and 3.3.6
v8.31.1
Changed
- [Core] Update
cucumber-core
dependency to 7.27.2
v8.31.0
Changed
- [Core] Update
cucumber-core
dependency to 7.27.0
v8.30.1
Changed
- [Internal] Fix
getLocation
wherever it was wrongly defined. (#404)
v8.30.0
Changed
- [Internal] Implement
HookDefinition.getHookType
and unimplement Location.getLocation
. No impact expected for users. (#401)
v8.29.0
📢 As of Cucumber JVM 7.24, cucumber-junit
(JUnit 4) is deprecated in favour of cucumber-junit-platform-engine
(JUnit 5). Users are strongly encouraged to use the latter.
📖 Read the "Run" section in Basic usage to see examples of Cucumber + JUnit 5.
ℹ️ cucumber-junit-platform-engine
7.26+ is required when using SBT, lower versions will run Cucumber tests twice and fail with runtime errors due to a bug in the SBT/JUnit 5 interface. Thanks @mpkorstanje for providing a workaround in Cucumber JVM!
Added
- [Documentation] Integration with JUnit 5
- Add example project with JUnit 5
Changed
- [Core] Update
cucumber-core
dependency to 7.26.0
- [Internal] Update integration tests to use JUnit 5
- Drop support of Scala 2.12 in example test projects
v8.28.0
Changed
- [Core] Update
cucumber-core
dependency to 7.23.0
- [Build] Update SBT to 1.11.0
v8.27.3
Changed
ℹ️ v8.27.2 failed the release process.
- [Core] Update
cucumber-core
dependency to 7.22.2
v8.27.1
Changed
- [Core] Update
cucumber-core
dependency to 7.22.1
- [Dependencies] chore(deps): update dependency com.fasterxml.jackson.module:jackson-module-scala to v2.19.0
- [Build] Publish to Sonatype Central Host
v8.27.0
Changed
- [Core] Update
cucumber-core
dependency to 7.22.0
- [Build] Update SBT to 1.10.11