Skip to content

Commit 0641cf6

Browse files
committed
Update dependency io.cucumber:cucumber-core to v6.9.0
1 parent 895931e commit 0641cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ scalaVersion := scala213
2727

2828
// Library versions
2929

30-
val cucumberVersion = "6.8.2"
30+
val cucumberVersion = "6.9.0"
3131
val jacksonVersion = "2.11.3"
3232
val mockitoScalaVersion = "1.16.3"
3333
val junitVersion = "4.13.1"

project/build-dependencies.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.8.2"
1+
libraryDependencies += "io.cucumber" % "cucumber-core" % "6.9.0"
22
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"

0 commit comments

Comments
 (0)