From 9a4ca278aa493f24705b91b775b48e6f3c051e4f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Dec 2021 06:16:06 +0100 Subject: [PATCH] Update play-mockws to 2.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c197f4f..7977d09 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val root = (project in file(".")) // TEST "org.specs2" %% "specs2-core" % specs2Version % Test, "org.specs2" %% "specs2-junit" % specs2Version % Test, - "de.leanovate.play-mockws" %% "play-mockws" % "2.7.1" % Test, + "de.leanovate.play-mockws" %% "play-mockws" % "2.8.1" % Test, "com.typesafe.play" %% "play-ahc-ws" % playVersion % TestAndIntegrationTest, // neede for play-mockws "com.typesafe.play" %% "play-test" % playVersion % TestAndIntegrationTest, // play-mockws depends on some types in this dependency "com.typesafe.play" %% "play-ahc-ws-standalone" % playWsVersion % TestAndIntegrationTest,