From 05c0f0c09143667decfeda4a02c84a10f42f23df Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Oct 2023 23:37:08 +0000 Subject: [PATCH] Update scalatestplus-play to 7.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5f397c5..3746a52 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ resolvers += Resolver.sonatypeRepo("snapshots") scalaVersion := "2.13.12" libraryDependencies += guice -libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test +libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test addCommandAlias( "validateCode",