Skip to content

Commit d71b4d0

Browse files
authored
Merge pull request #343 from cucumber/jackson-scala3
Upgrade Scala3 version to 3.2.x
2 parents ef2b49f + 9e49b97 commit d71b4d0

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1414
### Changed
1515

1616
- [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+
1719
- [Scala] Updated `scala-collection-compat` dependency to 2.9.0
20+
- [Build] Updated `jackson` dependency to 2.14.1
1821
- [Build] Updated `scalafmt` dependency to 2.5.0
1922
- [Build] Updated `sbt-sonatype` dependency to 3.9.15
2023
- [Build] Updated `sbt-version-policy` dependency to 2.1.0

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ of Cucumber Core projects.
1919

2020
The table below shows the compatible versions:
2121

22-
| Cucumber Scala version | Cucumber Core version | Scala versions |
23-
|------------------------|-----------------------|-----------------------|
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 |
22+
| Cucumber Scala version | Cucumber Core version | Scala versions |
23+
|------------------------|-----------------------|------------------------|
24+
| 8.13+ | 7.x | 2.12, 2.13, 3.2+ |
25+
| 8.0-8.12 | 7.x | 2.12, 2.13, 3.0+ |
26+
| 7.x | 6.x | 2.11, 2.12, 2.13, 3.0+ |
27+
| 6.x | 6.x | 2.11, 2.12, 2.13 |
28+
| 5.x | 5.x | 2.11, 2.12, 2.13 |
29+
| 4.x | 4.x | 2.11, 2.12, 2.13 |
2930

3031
## Getting started
3132

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ ThisBuild / homepage := Some(
3232

3333
val scala212 = "2.12.16"
3434
val scala213 = "2.13.10"
35-
val scala3 = "3.1.3"
35+
val scala3 = "3.2.1"
3636

3737
scalaVersion := scala213
3838

3939
// Library versions
4040

4141
val cucumberVersion = "7.10.0"
42-
val jacksonVersion = "2.13.4"
42+
val jacksonVersion = "2.14.1"
4343
val mockitoScalaVersion = "1.17.12"
4444
val junitVersion = "4.13.2"
4545

0 commit comments

Comments
 (0)