From d7a53b792ae5b6b36b0ee0039c93ecd35fb8fb98 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sat, 5 Jul 2025 00:25:51 +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 d1c31de..9933afc 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -10,7 +10,7 @@ object Dependencies { val smithy4play = "de.innfactory" %% "smithy4play" % "0.3.2" // Test - val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test + val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test lazy val list = Seq( scalaUtil,