File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313
1414### Changed
1515
16+ - [ Core] Update ` cucumber-core ` dependency to [ 6.9.0] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
1617- [ Build] Use sbt for building the project
1718
1819### Deprecated
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The minor version might differ because Cucumber Scala may add Scala-related feat
1717
1818| Cucumber Scala version | Cucumber version | Scala versions |
1919| ------------------------| ------------------| ------------------|
20- | 6.8.2 | 6.8.2 | 2.11, 2.12, 2.13 |
20+ | 6.9.0 | 6.9.0 | 2.11, 2.12, 2.13 |
2121| 5.7.0 | 5.7.0 | 2.11, 2.12, 2.13 |
2222| 4.7.1 | 4.7.1 | 2.11, 2.12, 2.13 |
2323
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ scalaVersion := scala213
2727
2828// Library versions
2929
30- val cucumberVersion = " 6.8.2 "
30+ val cucumberVersion = " 6.9.0 "
3131val jacksonVersion = " 2.11.3"
3232val mockitoScalaVersion = " 1.16.3"
3333val junitVersion = " 4.13.1"
Original file line number Diff line number Diff line change 1- libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.8.2 "
1+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.9.0 "
22libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.2.0"
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 6.8.3 -SNAPSHOT"
1+ version in ThisBuild := " 6.9.0 -SNAPSHOT"
You can’t perform that action at this time.
0 commit comments