summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2014-04-10 10:10:25 +0200
committerMathias <mathias@spray.io>2014-04-10 10:10:25 +0200
commitf5937815e4eab31853d5f5e65b0dda8fb6b81e15 (patch)
tree73231074e03a99c07fa32c5365cc2919528dcb51 /README.markdown
parentbd08ea2d1535eb43891a9912d55f94850655fc38 (diff)
downloadspray-json-f5937815e4eab31853d5f5e65b0dda8fb6b81e15.tar.gz
spray-json-f5937815e4eab31853d5f5e65b0dda8fb6b81e15.tar.bz2
spray-json-f5937815e4eab31853d5f5e65b0dda8fb6b81e15.zip
Prepare for release 1.2.6v1.2.6
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 1573322..1724497 100644
--- a/README.markdown
+++ b/README.markdown
@@ -19,14 +19,14 @@ as depicted in this diagram:
### Installation
_spray-json_ is available from the [repo.spray.io] repository.
-The latest release is `1.2.5` and is built against Scala 2.9.3 as well as Scala 2.10.1.
+The latest release is `1.2.6` and is built against Scala 2.9.3, Scala 2.10.4 and Scala 2.11.0-RC4.
If you use SBT you can include _spray-json_ in your project with
```scala
resolvers += "spray" at "http://repo.spray.io/"
-libraryDependencies += "io.spray" %% "spray-json" % "1.2.5"
+libraryDependencies += "io.spray" %% "spray-json" % "1.2.6"
```
_spray-json_ has only one dependency: the parsing library [parboiled][]