From b91102ccef98e20e8136d6f537e9dd703a5ede54 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 06:06:43 +0000 Subject: [PATCH] Update scalatestplus-play to 7.0.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1dd581333..6feceb8b0 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.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