From f5937815e4eab31853d5f5e65b0dda8fb6b81e15 Mon Sep 17 00:00:00 2001 From: Mathias Date: Thu, 10 Apr 2014 10:10:25 +0200 Subject: Prepare for release 1.2.6 --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.markdown') 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][] -- cgit v1.2.3