Skip to content

Commit

Permalink
Update cucumber-core to 7.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 26, 2023
1 parent 4bb7259 commit 21a2671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libraryDependencies ++= Seq(
)

libraryDependencies += "org.wvlet.airframe" %% "airframe-log" % "20.9.0"
libraryDependencies += "io.cucumber" % "cucumber-core" % "2.4.0"
libraryDependencies += "io.cucumber" % "cucumber-core" % "7.14.1"
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.1.1" % Test
libraryDependencies += "io.cucumber" % "cucumber-junit" % "6.7.0" % Test

Expand Down

0 comments on commit 21a2671

Please sign in to comment.