summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorAlois Cochard <alois.cochard@gmail.com>2013-01-08 11:31:20 +0000
committerAlois Cochard <alois.cochard@gmail.com>2013-01-08 11:31:20 +0000
commit472ea1ec5d6c6230fd349790cb0c0b3fffdbff8f (patch)
tree58ed12a4bc327e11ef4f56f12c1acf46f6656802 /README.markdown
parentf031d9d8eae7aff8cbce3481e982ead31103d450 (diff)
downloadspray-json-472ea1ec5d6c6230fd349790cb0c0b3fffdbff8f.tar.gz
spray-json-472ea1ec5d6c6230fd349790cb0c0b3fffdbff8f.tar.bz2
spray-json-472ea1ec5d6c6230fd349790cb0c0b3fffdbff8f.zip
Update README.markdown
Update information for Scala 2.10.0
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 0f274b7..a75ee02 100644
--- a/README.markdown
+++ b/README.markdown
@@ -11,13 +11,13 @@ It sports the following features:
### Installation
_spray-json_ is available from the [repo.spray.io] repository.
-The latest release is `1.2.3` and is built against Scala 2.9.2 as well as Scala 2.10.0-RC3.
+The latest release is `1.2.3` and is built against Scala 2.9.2 as well as Scala 2.10.0.
If you use SBT you can include _spray-json_ in your project with
"io.spray" %% "spray-json" % "1.2.3" cross CrossVersion.full
-(the trailing "cross CrossVersion.full" modifier is only required for SBT 0.12.x)
+(the trailing "cross CrossVersion.full" modifier is only required when using SBT 0.12.x with Scala < 2.10)
_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*