summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2013-05-15 17:19:02 +0200
committerMathias <mathias@spray.io>2013-05-15 17:19:02 +0200
commitf12d95eda2783340c22441faf1dc86eb8e0fb3b2 (patch)
tree8f0a88f8f89914656d04e0961803f63953cd0107 /README.markdown
parent304cd5e236580686a614eebb7fecb225380ea6fc (diff)
downloadspray-json-f12d95eda2783340c22441faf1dc86eb8e0fb3b2.tar.gz
spray-json-f12d95eda2783340c22441faf1dc86eb8e0fb3b2.tar.bz2
spray-json-f12d95eda2783340c22441faf1dc86eb8e0fb3b2.zip
Update README
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 974fc7b..a8d3c87 100644
--- a/README.markdown
+++ b/README.markdown
@@ -17,7 +17,7 @@ If you use SBT you can include _spray-json_ in your project with
resolvers += "spray" at "http://repo.spray.io/"
- "io.spray" %% "spray-json" % "1.2.3" cross CrossVersion.full
+ "io.spray" %% "spray-json" % "1.2.4" cross CrossVersion.full
(the trailing "cross CrossVersion.full" modifier is only required when using SBT 0.12.x with Scala < 2.10)