Skip to content

Commit b35fb9b

Browse files
authored
Merge pull request #224 from cucumber/cucumber6110
chore: 🤖 Upgrade for Cucumber Core 6.11.0
2 parents 5a50ffd + 4f16e69 commit b35fb9b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16+
- [Core] Updated `cucumber-core` dependency to [6.11.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17+
- [Scala] Upgrade `scala-collection-compat` to 2.5.0
18+
- [Scala] Upgrade `jackson-module-scala` to 2.12.4
19+
- [Build] Upgrade `scalafmt` to 2.4.3
20+
1621
### Deprecated
1722

1823
### Removed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ scalaVersion := scala213
3939

4040
// Library versions
4141

42-
val cucumberVersion = "6.10.4"
42+
val cucumberVersion = "6.11.0"
4343
val jacksonVersion = "2.12.4"
4444
val mockitoScalaVersion = "1.16.37"
4545
val junitVersion = "4.13.2"

project/build-dependencies.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.10.4"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.11.0"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"

0 commit comments

Comments
 (0)