@@ -11,15 +11,20 @@ See: https://cucumber.io/support
1111
1212## Compatibility matrix
1313
14- The Cucumber Scala major version matches the Cucumber major version.
14+ Cucumber Scala has a different release cycle than other Cucumber projects that you might use
15+ (like _ cucumber-junit_ ).
1516
16- The minor version might differ because Cucumber Scala may add Scala-related features without waiting for a Cucumber minor version.
17+ As a rule of thumb, you can assume that latest version of Cucumber Scala targets the latest version
18+ of Cucumber Core projects.
1719
18- | Cucumber Scala version | Cucumber version | Scala versions |
19- | ------------------------| ------------------| ------------------|
20- | 6.10.3 | 6.10.3 | 2.11, 2.12, 2.13 |
21- | 5.7.0 | 5.7.0 | 2.11, 2.12, 2.13 |
22- | 4.7.1 | 4.7.1 | 2.11, 2.12, 2.13 |
20+ The table below shows the compatible versions:
21+
22+ | Cucumber Scala version | Cucumber Core version | Scala versions |
23+ | ------------------------| -----------------------| -----------------------|
24+ | 7.x (_ upcoming_ ) | 6.x | 2.11, 2.12, 2.13, 3.0 |
25+ | 6.x | 6.x | 2.11, 2.12, 2.13 |
26+ | 5.x | 5.x | 2.11, 2.12, 2.13 |
27+ | 4.x | 4.x | 2.11, 2.12, 2.13 |
2328
2429## Getting started
2530
0 commit comments