Skip to content

Commit 0f915af

Browse files
author
Nick Stanchenko
committed
update to Play JSON 2.5.2
1 parent 854900d commit 0f915af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Compared to the built-in macros, this project brings support for:
1010
- recursive types ;
1111
- polymorphic types.
1212

13-
The artifacts are built for Scala 2.11, Play 2.4 and Shapeless 2.3.0.
13+
The artifacts are built for Scala 2.11, Play 2.5.x and Shapeless 2.3.0.
14+
For Play 2.4.x compatibility see version `3.2` and below.
1415

1516
## Usage
1617

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
1010
"com.chuusai" %% "shapeless" % "2.3.0",
1111
"org.scalatest" %% "scalatest" % "2.2.6" % Test,
1212
"org.scalacheck" %% "scalacheck" % "1.12.5" % Test,
13-
"com.typesafe.play" %% "play-json" % "2.4.6"
13+
"com.typesafe.play" %% "play-json" % "2.5.2"
1414
)
1515

1616
publishTo := {

0 commit comments

Comments
 (0)