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 5a45205 commit 9d41d94Copy full SHA for 9d41d94
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.1.11"
+ if (playJsonVersion.startsWith("2.8.")) "2.3.0"
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