From dd5298b3b72061d79b340ead2d2c4a46aa6c6de8 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sun, 3 Mar 2024 00:19:41 +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 b864c955..b37f9699 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.2" % 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.35.0"