File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ 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.5.x and Shapeless 2.3.0 .
13+ The artifacts are built for Scala and Scala.js 2.11 and 2.12 , Play 2.6 and Shapeless 2.3.
1414
15- For Play 2.4.x compatibility see version [ ` 3.2 ` ] ( https://github.com/julienrf/play-json-derived-codecs/tree/v3.2 ) .
15+ For Play 2.5 compatibility see version [ ` 3.3 ` ] ( https://github.com/julienrf/play-json-derived-codecs/tree/v3.3 ) .
1616
1717## Usage
1818
@@ -26,7 +26,7 @@ object User {
2626}
2727~~~
2828
29- The [ API] ( https://www.javadoc.io/doc/org.julienrf/play-json-derived-codecs_2.11/3.3 ) is simple: the object
29+ The [ API] ( https://www.javadoc.io/doc/org.julienrf/play-json-derived-codecs_2.12 ) is simple: the object
3030` julienrf.json.derived ` has just three methods.
3131
3232- ` reads[A] ` , derives a ` Reads[A] ` ;
You can’t perform that action at this time.
0 commit comments