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] Update ` cucumber-core ` dependency to [ 7.30.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 @@ -40,7 +40,7 @@ scalaVersion := scala213
4040
4141// Library versions
4242
43- val cucumberVersion = " 7.29 .0"
43+ val cucumberVersion = " 7.30 .0"
4444val jacksonVersion = " 2.20.0"
4545val mockitoScalaVersion = " 1.17.45"
4646val junit4Version = " 4.13.2"
Original file line number Diff line number Diff line change 1- libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.29 .0"
1+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.30 .0"
22libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.13.0"
You can’t perform that action at this time.
0 commit comments