Skip to content

Commit

Permalink
Update cucumber-junit to 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 5, 2021
1 parent 4bb7259 commit b51bcf2
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 @@ -31,6 +31,6 @@ libraryDependencies ++= Seq(
libraryDependencies += "org.wvlet.airframe" %% "airframe-log" % "20.9.0"
libraryDependencies += "io.cucumber" % "cucumber-core" % "2.4.0"
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.1.1" % Test
libraryDependencies += "io.cucumber" % "cucumber-junit" % "6.7.0" % Test
libraryDependencies += "io.cucumber" % "cucumber-junit" % "6.11.0" % Test

coverageExcludedPackages := "compiler.es.weso.shexlc.parse.generated.*"

0 comments on commit b51bcf2

Please sign in to comment.