From fc7e7d358b486ce91b79cfbc384bf0918f64c82a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 04:59:04 +0000 Subject: [PATCH] Update scalatestplus-play to 7.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5f397c5..8ca7a23 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.1" % Test addCommandAlias( "validateCode",