From d3c76ca5f08e787767bc0cc0e822e775338e3f10 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 25 Oct 2023 22:07:26 +0200 Subject: [PATCH] scalatestplus-play 6.0.0 --- src/main/g8/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index dfc5bf8..2c0336c 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")).enablePlugins(PlayScala) scalaVersion := "$scala_version$" libraryDependencies += guice -libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0-RC2" % Test +libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test // Adds additional packages into Twirl //TwirlKeys.templateImports += "$organization$.controllers._"