summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2013-07-31 21:05:54 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2013-07-31 21:05:54 +0200
commitee05e7c3b1f31b2824858f966d46cf17f61bdda9 (patch)
tree001b6eccccf7354890c39814d46a5406fa16ed83 /README.markdown
parentd4666bf867226b5219b7ba52b12e1ea1d275380c (diff)
downloadspray-json-ee05e7c3b1f31b2824858f966d46cf17f61bdda9.tar.gz
spray-json-ee05e7c3b1f31b2824858f966d46cf17f61bdda9.tar.bz2
spray-json-ee05e7c3b1f31b2824858f966d46cf17f61bdda9.zip
README: remove outdated comment about having to use `CrossVersion.full`
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index cf10c38..feb6399 100644
--- a/README.markdown
+++ b/README.markdown
@@ -18,11 +18,9 @@ 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" cross CrossVersion.full
+libraryDependencies += "io.spray" %% "spray-json" % "1.2.5"
```
-(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*
suite you are not incurring any additional dependency).