We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6403235 + d767694 commit 9d93424Copy full SHA for 9d93424
CHANGELOG.md
@@ -13,6 +13,11 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
13
14
### Changed
15
16
+- [Core] Updated `cucumber-core` dependency to [7.18.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17
+- [Build] update dependency sbt/sbt to v1.10.0
18
+- [Build] update dependency com.fasterxml.jackson.module:jackson-module-scala to v2.17.1
19
+- [Build] update dependency scala to v2.13.14
20
+
21
### Deprecated
22
23
### Removed
project/build-dependencies.sbt
@@ -1,2 +1,2 @@
1
-libraryDependencies += "io.cucumber" % "cucumber-core" % "7.17.0"
+libraryDependencies += "io.cucumber" % "cucumber-core" % "7.18.0"
2
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
0 commit comments