Skip to content

Commit

Permalink
Merge pull request #2141 from scala-steward/update/cucumber-scala-8.14.2
Browse files Browse the repository at this point in the history
Update cucumber-scala to 8.14.2
  • Loading branch information
notflorian authored Apr 24, 2023
2 parents 5d206a6 + e9acb55 commit 1fd75fc
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 @@ -102,7 +102,7 @@ libraryDependencies ++= Seq(
"net.ruippeixotog" %% "scala-scraper" % "3.1.0" % Test,

// Cucumber
"io.cucumber" %% "cucumber-scala" % "8.14.1" % Test,
"io.cucumber" %% "cucumber-scala" % "8.14.2" % Test,
"io.cucumber" % "cucumber-junit" % cucumberVersion % Test,
"io.cucumber" % "cucumber-picocontainer" % cucumberVersion % Test,

Expand Down

0 comments on commit 1fd75fc

Please sign in to comment.