From 667182869b29148f6d8fa785d009153b64d6bdb1 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Wed, 19 Jun 2024 00:20:14 +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 62af7982..23295da2 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.4" % Test - val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test + val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test // opentelemetry val opentelemetryApi = "io.opentelemetry" % "opentelemetry-api" % "1.39.0"