Skip to content

Commit

Permalink
Update scalatestplus-play to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2024
1 parent 1d0d6ee commit 8f0b6c9
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 @@ -107,7 +107,7 @@ libraryDependencies ++= Seq(
"io.cucumber" % "cucumber-picocontainer" % cucumberVersion % Test,

"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion % Test,
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test,
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test,
"org.scalatestplus" %% "mockito-3-12" % "3.2.10.0" % Test,
)

Expand Down

0 comments on commit 8f0b6c9

Please sign in to comment.