We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb640ee commit 4fd6c66Copy full SHA for 4fd6c66
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val playWsStandaloneVersion = "2.0.0-M1"
+ val playWsStandaloneVersion = "1.1.9"
6
val playWS = "com.typesafe.play" %% "play-ahc-ws-standalone" % playWsStandaloneVersion
7
val playWSjson = "com.typesafe.play" %% "play-ws-standalone-json" % playWsStandaloneVersion
8
val playJson_211 = "com.typesafe.play" %% "play-json" % "2.4.3"
0 commit comments