File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313
1414### Changed
1515
16+ - [ Core] Updated ` cucumber-core ` dependency to [ 6.11.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17+ - [ Scala] Upgrade ` scala-collection-compat ` to 2.5.0
18+ - [ Scala] Upgrade ` jackson-module-scala ` to 2.12.4
19+ - [ Build] Upgrade ` scalafmt ` to 2.4.3
20+
1621### Deprecated
1722
1823### Removed
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ scalaVersion := scala213
3939
4040// Library versions
4141
42- val cucumberVersion = " 6.10.4 "
42+ val cucumberVersion = " 6.11.0 "
4343val jacksonVersion = " 2.12.4"
4444val mockitoScalaVersion = " 1.16.37"
4545val junitVersion = " 4.13.2"
Original file line number Diff line number Diff line change 1- libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.10.4 "
1+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.11.0 "
22libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.5.0"
You can’t perform that action at this time.
0 commit comments