From 06a1c32a0c93fdd5aafe895f2b852903c77e834e Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 30 May 2024 00:21:21 +0000 Subject: [PATCH] chore: update scalatestplus-play from 5.1.0 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 0b7326b7..d43e8fdc 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -21,7 +21,7 @@ object Dependencies { "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion val scalatestPlus = - "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test val cats = "org.typelevel" %% "cats-core" % "2.12.0" lazy val list = Seq(