@@ -11,15 +11,20 @@ See: https://cucumber.io/support
11
11
12
12
## Compatibility matrix
13
13
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_ ).
15
16
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.
17
19
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 |
23
28
24
29
## Getting started
25
30
0 commit comments