File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Check out the [Upgrade Guide](docs/upgrade_v8.md).
17
17
18
18
### Changed
19
19
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 )
21
21
22
22
### Deprecated
23
23
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ scalaVersion := scala213
38
38
39
39
// Library versions
40
40
41
- val cucumberVersion = " 7.0.0-RC1 "
41
+ val cucumberVersion = " 7.0.0"
42
42
val jacksonVersion = " 2.12.5"
43
43
val mockitoScalaVersion = " 1.16.42"
44
44
val junitVersion = " 4.13.2"
Original file line number Diff line number Diff line change 1
- libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.0.0-RC1 "
1
+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.0.0"
2
2
libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.5.0"
You can’t perform that action at this time.
0 commit comments