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",