summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2012-10-12 14:35:12 +0200
committerMathias <mathias@spray.cc>2012-10-12 14:35:12 +0200
commit72987d6fa81c944470a1b16c1fa9a727c82c459b (patch)
treedfaeaf63a7f3cdf5cefa7035acf871395ab0700f /README.markdown
parente5a7de26dfc8a4bb4410b7ee500624e30bf66650 (diff)
downloadspray-json-72987d6fa81c944470a1b16c1fa9a727c82c459b.tar.gz
spray-json-72987d6fa81c944470a1b16c1fa9a727c82c459b.tar.bz2
spray-json-72987d6fa81c944470a1b16c1fa9a727c82c459b.zip
Finalize 1.2 releasev1.2
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index 569f0f4..a070bda 100644
--- a/README.markdown
+++ b/README.markdown
@@ -11,15 +11,15 @@ It sports the following features:
### Installation
_spray-json_ is available from the [repo.spray.io] repository.
-The latest release is `1.1.1` and is built against Scala 2.9.1.
+The latest release is `1.2` and is built against Scala 2.9.2.
If you use SBT you can include _spray-json_ in your project with
- "io.spray" %% "spray-json" % "1.1.1"
+ "io.spray" %% "spray-json" % "1.2"
_spray-json_ has only one dependency: the parsing library [parboiled][]
-(which is also a dependency of _spray-server_ and _spray-client_, so if you use _spray-json_ with either of them you
-are not incurring any additional dependency).
+(which is also a dependency of _spray-http_, so if you use _spray-json_ together with other modules of the *spray*
+suite you are not incurring any additional dependency).
### Usage