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 9d41d94 commit d577882Copy full SHA for d577882
project/Dependencies.scala
@@ -4,7 +4,7 @@ object Dependencies {
4
5
def playJson(playJsonVersion: String) = {
6
val playwsVersion =
7
- if (playJsonVersion.startsWith("2.8.")) "2.3.0"
+ if (playJsonVersion.startsWith("2.8.")) "2.1.1"
8
else if (playJsonVersion.startsWith("2.7.")) "2.0.8"
9
else sys.error("Missing play-ws version. Check the compatible version based on its pom")
10
Seq(
0 commit comments