From 72987d6fa81c944470a1b16c1fa9a727c82c459b Mon Sep 17 00:00:00 2001 From: Mathias Date: Fri, 12 Oct 2012 14:35:12 +0200 Subject: Finalize 1.2 release --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.markdown') 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 -- cgit v1.2.3