summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2015-05-06 15:56:44 +0200
committerMathias <mathias@spray.io>2015-05-06 15:56:44 +0200
commit42757e9f27cc7b3253cdfcc330de209722e3eb63 (patch)
tree5bad5d1d6b06007ed6e966a5a6b56afb89955b04 /README.markdown
parent8c838e7e00b0582fee528cde6e8cd67c39256664 (diff)
downloadspray-json-42757e9f27cc7b3253cdfcc330de209722e3eb63.tar.gz
spray-json-42757e9f27cc7b3253cdfcc330de209722e3eb63.tar.bz2
spray-json-42757e9f27cc7b3253cdfcc330de209722e3eb63.zip
Prepare for release 1.3.2v1.3.2
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 1e42c05..69e5327 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.1` and is built against Scala 2.10.4 and Scala 2.11.2.
+The latest release is `1.3.2` and is built against Scala 2.10.5 and Scala 2.11.6.
If you use SBT you can include _spray-json_ in your project with
```scala
-libraryDependencies += "io.spray" %% "spray-json" % "1.3.1"
+libraryDependencies += "io.spray" %% "spray-json" % "1.3.2"
```
### Usage