summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-05-17 11:09:12 +0200
committerMathias <mathias@spray.cc>2011-05-17 11:09:12 +0200
commit25f696587cedc7aad2053cd50ca9da22e42c3146 (patch)
tree0d731a7cc47dc7a6e66aae8572995586977b6938 /README.markdown
parent1051f06850047a63c9fabd08fad9ea7edefaa149 (diff)
downloadspray-json-25f696587cedc7aad2053cd50ca9da22e42c3146.tar.gz
spray-json-25f696587cedc7aad2053cd50ca9da22e42c3146.tar.bz2
spray-json-25f696587cedc7aad2053cd50ca9da22e42c3146.zip
Upgrade to Scala 2.9.0, SBT 0.7.7 and parboiled 1.0.0
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 34d7562..cb10113 100644
--- a/README.markdown
+++ b/README.markdown
@@ -12,6 +12,7 @@ It sports the following features:
_spray-json_ is available from the [scala-tools.org][] repositories.
There is no official release yet, but the current snapshot is `1.0-SNAPSHOT`.
+It is built against Scala 2.9.0, but backporting to 2.8.1 is no problem (let me know if you need a 2.8.1 compatible version).
If you use SBT you can include _spray-json_ in your project with
@@ -19,7 +20,6 @@ If you use SBT you can include _spray-json_ in your project with
val sprayJson = "cc.spray.json" %% "spray-json" % "1.0.0-SNAPSHOT" % "compile" withSources()
_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).
-Currently it is built against Scala 2.8.1. A Scala 2.9.0 version will be available shortly after 2.9.0 final is shipped.
### Usage