Skip to content

Commit 053366a

Browse files
committed
chore: 🤖 Upgrade to Cucumber 7.1.0
1 parent 71d3033 commit 053366a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎CHANGELOG.md

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

1414
### Changed
1515

16+
- [Core] Updated `cucumber-core` dependency to [7.1.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
1617
- [Build] Upgrade Scala to 2.12.14, 2.13.6 and 3.0.2
1718
- [Scala] Upgrade `jackson-module-scala` to 2.13.0
1819

‎build.sbt

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

3939
// Library versions
4040

41-
val cucumberVersion = "7.0.0"
41+
val cucumberVersion = "7.1.0"
4242
val jacksonVersion = "2.13.0"
4343
val mockitoScalaVersion = "1.16.46"
4444
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" % "7.0.0"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.1.0"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"

0 commit comments

Comments
 (0)