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