diff --git a/play-scala-anorm-example/build.sbt b/play-scala-anorm-example/build.sbt index 5d6d75357..7e2f5b91b 100644 --- a/play-scala-anorm-example/build.sbt +++ b/play-scala-anorm-example/build.sbt @@ -11,7 +11,7 @@ lazy val root = (project in file(".")) evolutions, "com.h2database" % "h2" % "2.2.224", "org.playframework.anorm" %% "anorm" % "2.7.0", - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test, + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test, ), scalacOptions ++= List("-feature", "-Werror"), javacOptions ++= List("-Xlint:unchecked", "-Xlint:deprecation", "-Werror"), diff --git a/play-scala-chatroom-example/build.sbt b/play-scala-chatroom-example/build.sbt index 1656830ac..aec221fef 100644 --- a/play-scala-chatroom-example/build.sbt +++ b/play-scala-chatroom-example/build.sbt @@ -18,7 +18,7 @@ lazy val root = (project in file(".")) "com.typesafe.akka" %% "akka-slf4j" % akkaVersion, "com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test, "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test, - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), (Test / javaOptions) += "-Dtestserver.port=19001", scalacOptions ++= Seq( diff --git a/play-scala-compile-di-example/build.sbt b/play-scala-compile-di-example/build.sbt index 63e5ce26c..3fafacb9c 100644 --- a/play-scala-compile-di-example/build.sbt +++ b/play-scala-compile-di-example/build.sbt @@ -5,7 +5,7 @@ lazy val root = (project in file(".")) version := "1.0-SNAPSHOT", crossScalaVersions := Seq("2.13.12", "3.3.1"), scalaVersion := crossScalaVersions.value.head, - libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0", + libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1", scalacOptions ++= List( //"-encoding", "utf8", // These three get set by Play automatically //"-deprecation", diff --git a/play-scala-fileupload-example/build.sbt b/play-scala-fileupload-example/build.sbt index e02ea7420..70bfbcbed 100644 --- a/play-scala-fileupload-example/build.sbt +++ b/play-scala-fileupload-example/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( ws, guice, - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), scalacOptions ++= Seq( "-feature", diff --git a/play-scala-forms-example/build.sbt b/play-scala-forms-example/build.sbt index 28c3464fa..f93c3e684 100644 --- a/play-scala-forms-example/build.sbt +++ b/play-scala-forms-example/build.sbt @@ -7,7 +7,7 @@ lazy val root = (project in file(".")) scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), scalacOptions ++= Seq( "-feature", diff --git a/play-scala-grpc-example/build.sbt b/play-scala-grpc-example/build.sbt index daa2eb7eb..ec5288f68 100644 --- a/play-scala-grpc-example/build.sbt +++ b/play-scala-grpc-example/build.sbt @@ -67,7 +67,7 @@ val TestDeps = Seq( "com.typesafe.play" %% "play-grpc-specs2" % BuildInfo.playGrpcVersion % Test, "com.typesafe.play" %% "play-test" % playVersion % Test, "com.typesafe.play" %% "play-specs2" % playVersion % Test, - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test, + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test, ) scalaVersion := "2.13.12" diff --git a/play-scala-hello-world-tutorial/build.sbt b/play-scala-hello-world-tutorial/build.sbt index a90a8dc01..8a92c7bca 100644 --- a/play-scala-hello-world-tutorial/build.sbt +++ b/play-scala-hello-world-tutorial/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), scalacOptions ++= Seq( "-feature", diff --git a/play-scala-isolated-slick-example/build.sbt b/play-scala-isolated-slick-example/build.sbt index 6319879a2..820c9a9cd 100644 --- a/play-scala-isolated-slick-example/build.sbt +++ b/play-scala-isolated-slick-example/build.sbt @@ -85,7 +85,7 @@ lazy val root = (project in file(".")) "com.h2database" % "h2" % "2.2.224", ws % Test, "org.flywaydb" % "flyway-core" % FlywayVersion % Test, - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), (Test / fork) := true ) diff --git a/play-scala-log4j2-example/build.sbt b/play-scala-log4j2-example/build.sbt index 838129272..1a70b1cbf 100644 --- a/play-scala-log4j2-example/build.sbt +++ b/play-scala-log4j2-example/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4jVersion, "org.apache.logging.log4j" % "log4j-api" % log4jVersion, "org.apache.logging.log4j" % "log4j-core" % log4jVersion, - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), scalacOptions ++= Seq( "-feature", diff --git a/play-scala-macwire-di-example/build.sbt b/play-scala-macwire-di-example/build.sbt index 43300ea8f..ecc4d746c 100644 --- a/play-scala-macwire-di-example/build.sbt +++ b/play-scala-macwire-di-example/build.sbt @@ -7,7 +7,7 @@ lazy val root = (project in file(".")) scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( "com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided", - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), scalacOptions ++= Seq( "-feature", diff --git a/play-scala-rest-api-example/build.sbt b/play-scala-rest-api-example/build.sbt index 13a970f22..04768ed48 100644 --- a/play-scala-rest-api-example/build.sbt +++ b/play-scala-rest-api-example/build.sbt @@ -16,7 +16,7 @@ lazy val root = (project in file(".")) "net.logstash.logback" % "logstash-logback-encoder" % "7.3", "io.lemonlabs" %% "scala-uri" % "4.0.3", "net.codingwell" %% "scala-guice" % "6.0.0", - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), scalacOptions ++= Seq( "-feature", diff --git a/play-scala-secure-session-example/build.sbt b/play-scala-secure-session-example/build.sbt index 394bf8816..9f91ff655 100644 --- a/play-scala-secure-session-example/build.sbt +++ b/play-scala-secure-session-example/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) "org.abstractj.kalium" % "kalium" % "0.8.0", ("com.typesafe.akka" %% "akka-distributed-data" % akkaVersion).cross(CrossVersion.for3Use2_13), ("com.typesafe.akka" %% "akka-cluster-typed" % akkaVersion).cross(CrossVersion.for3Use2_13), - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), scalacOptions ++= Seq( "-feature", diff --git a/play-scala-starter-example/build.sbt b/play-scala-starter-example/build.sbt index 27d35b89b..1b80d3c04 100644 --- a/play-scala-starter-example/build.sbt +++ b/play-scala-starter-example/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( guice, "com.h2database" % "h2" % "2.2.224", - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test, + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test, ), scalacOptions ++= Seq( "-feature", diff --git a/play-scala-streaming-example/build.sbt b/play-scala-streaming-example/build.sbt index 57377bb49..7855b07f9 100644 --- a/play-scala-streaming-example/build.sbt +++ b/play-scala-streaming-example/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( guice, ws % Test, - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test ), scalacOptions ++= Seq( "-feature", diff --git a/play-scala-tls-example/build.sbt b/play-scala-tls-example/build.sbt index 2270b34f9..265e0bb24 100644 --- a/play-scala-tls-example/build.sbt +++ b/play-scala-tls-example/build.sbt @@ -34,7 +34,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( ws, guice, - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test, + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test, ) ) .aggregate(one, two) diff --git a/play-scala-websocket-example/build.sbt b/play-scala-websocket-example/build.sbt index 0abb252b3..19d0f1f54 100644 --- a/play-scala-websocket-example/build.sbt +++ b/play-scala-websocket-example/build.sbt @@ -12,7 +12,7 @@ lazy val root = (project in file(".")) ws, "org.webjars" % "flot" % "0.8.3-1", "org.webjars" % "bootstrap" % "3.3.7-1", - "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.0" % Test, + "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test, "org.awaitility" % "awaitility" % "4.2.0" % Test, ), (Test / javaOptions) += "-Dtestserver.port=19001",