From 65229730b7725f36a94aa106afbda2de3ea6dbb1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 18 Jun 2020 14:35:22 +0200 Subject: [PATCH] Update scalatestplus-play to 3.1.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 13e9fbaf..1232247a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -23,7 +23,7 @@ object Dependencies { //Test val playAhcWS = "com.typesafe.play" %% "play-ahc-ws" % "2.6.15" % Test - val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "3.1.2" % Test + val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "3.1.3" % Test lazy val list = Seq( guice,