File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
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
13
13
14
14
### Changed
15
15
16
+ - [ Core] Updated ` cucumber-core ` dependency to [ 6.10.2] ( https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md )
17
+
16
18
### Deprecated
17
19
18
20
### Removed
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
17
17
18
18
| Cucumber Scala version | Cucumber version | Scala versions |
19
19
| ------------------------| ------------------| ------------------|
20
- | 6.10.1 | 6.10.1 | 2.11, 2.12, 2.13 |
20
+ | 6.10.2 | 6.10.2 | 2.11, 2.12, 2.13 |
21
21
| 5.7.0 | 5.7.0 | 2.11, 2.12, 2.13 |
22
22
| 4.7.1 | 4.7.1 | 2.11, 2.12, 2.13 |
23
23
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ scalaVersion := scala213
38
38
39
39
// Library versions
40
40
41
- val cucumberVersion = " 6.10.1 "
41
+ val cucumberVersion = " 6.10.2 "
42
42
val jacksonVersion = " 2.12.2"
43
43
val mockitoScalaVersion = " 1.16.32"
44
44
val junitVersion = " 4.13.2"
Original file line number Diff line number Diff line change 1
- libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.10.1 "
1
+ libraryDependencies += " io.cucumber" % " cucumber-core" % " 6.10.2 "
2
2
libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.4.2"
You can’t perform that action at this time.
0 commit comments