summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2012-10-15 12:24:58 +0200
committerMathias <mathias@spray.cc>2012-10-15 12:27:02 +0200
commit6738e705028b9c8ca2a27536f8adfad227df9f36 (patch)
tree1ac2dc8625cb51c19a59ea62c5659cecfe7ecf0b /README.markdown
parent72987d6fa81c944470a1b16c1fa9a727c82c459b (diff)
downloadspray-json-6738e705028b9c8ca2a27536f8adfad227df9f36.tar.gz
spray-json-6738e705028b9c8ca2a27536f8adfad227df9f36.tar.bz2
spray-json-6738e705028b9c8ca2a27536f8adfad227df9f36.zip
Prepare for release 1.2.1v1.2.1
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index a070bda..3d2c4c4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -11,11 +11,13 @@ It sports the following features:
### Installation
_spray-json_ is available from the [repo.spray.io] repository.
-The latest release is `1.2` and is built against Scala 2.9.2.
+The latest release is `1.2.1` and is built against Scala 2.9.2 as well as Scala 2.10.0-RC1.
If you use SBT you can include _spray-json_ in your project with
- "io.spray" %% "spray-json" % "1.2"
+ "io.spray" %% "spray-json" % "1.2.1" cross CrossVersion.full
+
+(the trailing "cross CrossVersion.full" modifier is only required for SBT 0.12.x)
_spray-json_ has only one dependency: the parsing library [parboiled][]
(which is also a dependency of _spray-http_, so if you use _spray-json_ together with other modules of the *spray*