Skip to content

Commit 7501f26

Browse files
committed
Upgrade play-json
1 parent 8e53916 commit 7501f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ lazy val `anorm-postgres` = (project in file("postgres"))
448448
val v = scalaBinaryVersion.value
449449

450450
val playJsonVer = {
451-
if (v == "2.13" || v == "3") "2.10.4"
451+
if (v == "2.13" || v == "3") "2.10.6"
452452
else "2.6.7"
453453
}
454454

0 commit comments

Comments
 (0)