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 @@ -15,7 +15,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1515
1616### Changed
1717
18- - [ Core] Updated ` cucumber-core ` dependency to [ 7.2.0 ] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
18+ - [ Core] Updated ` cucumber-core ` dependency to [ 7.2.1 ] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
1919- [ Scala] Upgrade ` jackson-module-scala ` to 2.13.1
2020
2121### Deprecated
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.2.0 "
41+ val cucumberVersion = " 7.2.1 "
4242val jacksonVersion = " 2.13.1"
4343val mockitoScalaVersion = " 1.16.49"
4444val junitVersion = " 4.13.2"
Original file line number Diff line number Diff line change 1- libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.2.0 "
1+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 7.2.1 "
22libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.6.0"
You can’t perform that action at this time.
0 commit comments