We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895931e commit 0641cf6Copy full SHA for 0641cf6
build.sbt
@@ -27,7 +27,7 @@ scalaVersion := scala213
27
28
// Library versions
29
30
-val cucumberVersion = "6.8.2"
+val cucumberVersion = "6.9.0"
31
val jacksonVersion = "2.11.3"
32
val mockitoScalaVersion = "1.16.3"
33
val junitVersion = "4.13.1"
project/build-dependencies.sbt
@@ -1,2 +1,2 @@
1
-libraryDependencies += "io.cucumber" % "cucumber-core" % "6.8.2"
+libraryDependencies += "io.cucumber" % "cucumber-core" % "6.9.0"
2
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"
0 commit comments