summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
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 ef561fc..80a4769 100644
--- a/README.markdown
+++ b/README.markdown
@@ -17,7 +17,7 @@ There is no official release yet, but the current snapshot is `1.0-SNAPSHOT`.
If you use SBT you can include it in your project with
val sprayJsonModuleConfig = ModuleConfiguration("cc.spray", ScalaToolsSnapshots)
- val sprayJson = "cc.spray" %% "spray-json" % "1.0.0-SNAPSHOT" % "compile" withSources()
+ 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).