Skip to content

Commit 547624c

Browse files
committed
tweak README
1 parent 0f915af commit 547624c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

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

1313
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.
14+
15+
For Play 2.4.x compatibility see version `[3.2](https://github.com/julienrf/play-json-derived-codecs/tree/v3.2)`.
1516

1617
## Usage
1718

@@ -89,6 +90,7 @@ See [here](https://github.com/julienrf/play-json-variants/graphs/contributors).
8990

9091
## Changelog
9192

93+
- 3.3: Play 2.5.x compatibility
9294
- 3.2: Optional fields support
9395
- 3.1: Update to Shapeless 2.3.0
9496
- 3.0: Use [shapeless](http://github.com/milessabin/shapeless) for the derivation

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "play-json-derived-codecs"
44

55
enablePlugins(GitVersioning)
66

7-
scalaVersion := "2.11.7"
7+
scalaVersion := "2.11.8"
88

99
libraryDependencies ++= Seq(
1010
"com.chuusai" %% "shapeless" % "2.3.0",

0 commit comments

Comments
 (0)