From a8aca79dbda696184c0fdff4d558b566dce722cc Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sat, 5 Jul 2025 00:25:31 +0000 Subject: [PATCH] chore: update scalatestplus-play from 5.1.0 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 eecf6de8..a4d3ae01 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.6" % Test - val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test + val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % Test // opentelemetry val opentelemetryApi = "io.opentelemetry" % "opentelemetry-api" % "1.45.0"