From ca7c21087ee06c4b4d2c74ec31790eae7e02880e Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 22 Dec 2023 00:17:24 +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 d1c31de..10ab195 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.1" % Test lazy val list = Seq( scalaUtil,