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
15
15
16
16
### Changed
17
17
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 )
19
19
- [ Scala] Upgrade ` jackson-module-scala ` to 2.13.1
20
20
21
21
### Deprecated
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 = " 7.2.0 "
41
+ val cucumberVersion = " 7.2.1 "
42
42
val jacksonVersion = " 2.13.1"
43
43
val mockitoScalaVersion = " 1.16.49"
44
44
val 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 "
2
2
libraryDependencies += " org.scala-lang.modules" %% " scala-collection-compat" % " 2.6.0"
You can’t perform that action at this time.
0 commit comments