Skip to content

Commit 9ba385f

Browse files
committed
update readme
1 parent 30830a2 commit 9ba385f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]` ;

0 commit comments

Comments
 (0)