Skip to content

Commit

Permalink
Merge pull request #343 from cucumber/jackson-scala3
Browse files Browse the repository at this point in the history
Upgrade Scala3 version to 3.2.x
  • Loading branch information
gaeljw authored Dec 12, 2022
2 parents ef2b49f + 9e49b97 commit d71b4d0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
### Changed

- [Core] Updated `cucumber-core` dependency to [7.10.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Scala] Upgrade Scala 3 version to 3.2.1

- [Scala] Updated `scala-collection-compat` dependency to 2.9.0
- [Build] Updated `jackson` dependency to 2.14.1
- [Build] Updated `scalafmt` dependency to 2.5.0
- [Build] Updated `sbt-sonatype` dependency to 3.9.15
- [Build] Updated `sbt-version-policy` dependency to 2.1.0
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ of Cucumber Core projects.

The table below shows the compatible versions:

| Cucumber Scala version | Cucumber Core version | Scala versions |
|------------------------|-----------------------|-----------------------|
| 8.x | 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 |
| 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 |
| 4.x | 4.x | 2.11, 2.12, 2.13 |

## Getting started

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ ThisBuild / homepage := Some(

val scala212 = "2.12.16"
val scala213 = "2.13.10"
val scala3 = "3.1.3"
val scala3 = "3.2.1"

scalaVersion := scala213

// Library versions

val cucumberVersion = "7.10.0"
val jacksonVersion = "2.13.4"
val jacksonVersion = "2.14.1"
val mockitoScalaVersion = "1.17.12"
val junitVersion = "4.13.2"

Expand Down

0 comments on commit d71b4d0

Please sign in to comment.