summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2014-10-28 13:37:12 +0100
committerMathias <mathias@spray.io>2014-10-28 13:37:12 +0100
commita53a5a895e462a4a83f88be06a5eb36a21f2efb0 (patch)
treeb27bac5dfebbbf37edb5994f7a03bee05ed593ed /README.markdown
parente0af88f456fcc944d8675f6cfb50fb6f75a69df3 (diff)
downloadspray-json-a53a5a895e462a4a83f88be06a5eb36a21f2efb0.tar.gz
spray-json-a53a5a895e462a4a83f88be06a5eb36a21f2efb0.tar.bz2
spray-json-a53a5a895e462a4a83f88be06a5eb36a21f2efb0.zip
Prepare for release 1.3.1v1.3.1
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 1b08245..6e5e738 100644
--- a/README.markdown
+++ b/README.markdown
@@ -20,12 +20,12 @@ as depicted in this diagram:
### Installation
_spray-json_ is available from the [repo.spray.io] repository.
-The latest release is `1.3.0` and is built against Scala 2.10.4 and Scala 2.11.2.
+The latest release is `1.3.1` and is built against Scala 2.10.4 and Scala 2.11.2.
If you use SBT you can include _spray-json_ in your project with
```scala
-libraryDependencies += "io.spray" %% "spray-json" % "1.3.0"
+libraryDependencies += "io.spray" %% "spray-json" % "1.3.1"
```
### Usage