From 1f7a96adc241a0a21c3d3e70e96251f9bf10726c Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 26 Oct 2023 00:18:35 +0000 Subject: [PATCH] Update scalatestplus-play 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 d1c31de..5dc8d82 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -10,7 +10,7 @@ object Dependencies { val smithy4play = "de.innfactory" %% "smithy4play" % "0.3.2" // Test - val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test + val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test lazy val list = Seq( scalaUtil,