Skip to content

Commit c4ecd0f

Browse files
committed
chore: 🤖 Upgrade to Cucumber Core 7.0.0
1 parent 694a820 commit c4ecd0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Check out the [Upgrade Guide](docs/upgrade_v8.md).
1717

1818
### Changed
1919

20-
- [Core] Updated `cucumber-core` dependency to [7.0.0-RC1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
20+
- [Core] Updated `cucumber-core` dependency to [7.0.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
2121

2222
### Deprecated
2323

‎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-RC1"
41+
val cucumberVersion = "7.0.0"
4242
val jacksonVersion = "2.12.5"
4343
val mockitoScalaVersion = "1.16.42"
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-RC1"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.0.0"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0"

0 commit comments

Comments
 (0)