Skip to content

Commit d577882

Browse files
committed
[PLUTO-1438] Update versions
1 parent 9d41d94 commit d577882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Dependencies {
44

55
def playJson(playJsonVersion: String) = {
66
val playwsVersion =
7-
if (playJsonVersion.startsWith("2.8.")) "2.3.0"
7+
if (playJsonVersion.startsWith("2.8.")) "2.1.1"
88
else if (playJsonVersion.startsWith("2.7.")) "2.0.8"
99
else sys.error("Missing play-ws version. Check the compatible version based on its pom")
1010
Seq(

0 commit comments

Comments
 (0)