Skip to content

Commit

Permalink
Update cucumber-scala to 8.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 10, 2024
1 parent 9b59eae commit 2277098
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.2" % Test,
"io.cucumber" %% "cucumber-scala" % "8.25.1" % Test,
"io.cucumber" % "cucumber-junit" % cucumberVersion % Test,
"io.cucumber" % "cucumber-picocontainer" % cucumberVersion % Test,

Expand Down

0 comments on commit 2277098

Please sign in to comment.