From 4d7c087ff5922d3c77069a0cc6039eebfd8b0b93 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 21 Dec 2023 00:18:46 +0000 Subject: [PATCH] chore: update scalatestplus-play from 5.1.0 to 7.0.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0c6fdd11..0e46ad3b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -48,7 +48,7 @@ object Dependencies { // Test val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.9.1" % Test - val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test + val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test // opentelemetry val opentelemetryApi = "io.opentelemetry" % "opentelemetry-api" % "1.33.0"