From a57066287f49955d68d41620399f7946ddfe2e4a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Jul 2025 13:51:05 +0000 Subject: [PATCH] Update scalatestplus-play to 7.0.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1dd581333..63abb0f6f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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.2" % Test, "org.mockito" % "mockito-core" % "4.8.1" % Test, "com.softwaremill.macwire" %% "macros" % "2.5.8" % Test, "org.awaitility" % "awaitility" % "4.2.0" % Test