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
13
13
14
14
### Changed
15
15
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
+
16
21
### Deprecated
17
22
18
23
### Removed
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ scalaVersion := scala213
39
39
40
40
// Library versions
41
41
42
- val cucumberVersion = " 6.10.4 "
42
+ val cucumberVersion = " 6.11.0 "
43
43
val jacksonVersion = " 2.12.4"
44
44
val mockitoScalaVersion = " 1.16.37"
45
45
val 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 "
2
2
libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.5.0"
You can’t perform that action at this time.
0 commit comments