Skip to content

Commit

Permalink
Upgrade play-json
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Nov 17, 2024
1 parent 8e53916 commit 7501f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ lazy val `anorm-postgres` = (project in file("postgres"))
val v = scalaBinaryVersion.value

val playJsonVer = {
if (v == "2.13" || v == "3") "2.10.4"
if (v == "2.13" || v == "3") "2.10.6"
else "2.6.7"
}

Expand Down

0 comments on commit 7501f26

Please # to comment.