summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown2
-rw-r--r--project/build.properties2
2 files changed, 2 insertions, 2 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).
diff --git a/project/build.properties b/project/build.properties
index aa9d84d..402713a 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1,4 +1,4 @@
-project.organization=cc.spray
+project.organization=cc.spray.json
project.name=spray-json
sbt.version=0.7.5
project.version=1.0.0-SNAPSHOT