File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ 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.9.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17+
1618### Deprecated
1719
1820### Removed
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ scalaVersion := scala213
3838
3939// Library versions
4040
41- val cucumberVersion = " 7.8.1 "
41+ val cucumberVersion = " 7.9.0 "
4242val jacksonVersion = " 2.13.4"
4343val mockitoScalaVersion = " 1.17.12"
4444val junitVersion = " 4.13.2"
Original file line number Diff line number Diff line change 1- libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.8.1 "
1+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.9.0 "
22libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1"
You can’t perform that action at this time.
0 commit comments