We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef2b49f + 9e49b97 commit d71b4d0Copy full SHA for d71b4d0
CHANGELOG.md
@@ -14,7 +14,10 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
14
### Changed
15
16
- [Core] Updated `cucumber-core` dependency to [7.10.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17
+- [Scala] Upgrade Scala 3 version to 3.2.1
18
+
19
- [Scala] Updated `scala-collection-compat` dependency to 2.9.0
20
+- [Build] Updated `jackson` dependency to 2.14.1
21
- [Build] Updated `scalafmt` dependency to 2.5.0
22
- [Build] Updated `sbt-sonatype` dependency to 3.9.15
23
- [Build] Updated `sbt-version-policy` dependency to 2.1.0
README.md
@@ -19,13 +19,14 @@ of Cucumber Core projects.
The table below shows the compatible versions:
-| Cucumber Scala version | Cucumber Core version | Scala versions |
-|------------------------|-----------------------|-----------------------|
24
-| 8.x | 7.x | 2.12, 2.13, 3.0 |
25
-| 7.x | 6.x | 2.11, 2.12, 2.13, 3.0 |
26
-| 6.x | 6.x | 2.11, 2.12, 2.13 |
27
-| 5.x | 5.x | 2.11, 2.12, 2.13 |
28
-| 4.x | 4.x | 2.11, 2.12, 2.13 |
+| Cucumber Scala version | Cucumber Core version | Scala versions |
+|------------------------|-----------------------|------------------------|
+| 8.13+ | 7.x | 2.12, 2.13, 3.2+ |
+| 8.0-8.12 | 7.x | 2.12, 2.13, 3.0+ |
+| 7.x | 6.x | 2.11, 2.12, 2.13, 3.0+ |
+| 6.x | 6.x | 2.11, 2.12, 2.13 |
+| 5.x | 5.x | 2.11, 2.12, 2.13 |
29
+| 4.x | 4.x | 2.11, 2.12, 2.13 |
30
31
## Getting started
32
build.sbt
@@ -32,14 +32,14 @@ ThisBuild / homepage := Some(
33
val scala212 = "2.12.16"
34
val scala213 = "2.13.10"
35
-val scala3 = "3.1.3"
+val scala3 = "3.2.1"
36
37
scalaVersion := scala213
38
39
// Library versions
40
41
val cucumberVersion = "7.10.0"
42
-val jacksonVersion = "2.13.4"
+val jacksonVersion = "2.14.1"
43
val mockitoScalaVersion = "1.17.12"
44
val junitVersion = "4.13.2"
45
0 commit comments