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 13, 2024
1 parent ab90f07 commit b91102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Dependencies {
lazy val testDeps: Seq[ModuleID] = Seq(
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test,
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test,
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test,
"org.mockito" % "mockito-core" % "4.8.1" % Test,
"com.softwaremill.macwire" %% "macros" % "2.5.8" % Test,
"org.awaitility" % "awaitility" % "4.2.0" % Test
Expand Down

0 comments on commit b91102c

Please sign in to comment.