summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2013-05-31 12:22:42 +0200
committerMathias <mathias@spray.io>2013-05-31 12:22:42 +0200
commitfecfebd00519f30f25a6c007b3c9a9a4c6901d09 (patch)
treedbe281a8c0965b5262ee7121d9ef9f275c72644f /README.markdown
parentbf1e8ade08a4ac6cfd3895a9574f56a5b2724e8f (diff)
downloadspray-json-fecfebd00519f30f25a6c007b3c9a9a4c6901d09.tar.gz
spray-json-fecfebd00519f30f25a6c007b3c9a9a4c6901d09.tar.bz2
spray-json-fecfebd00519f30f25a6c007b3c9a9a4c6901d09.zip
Prepare for release 1.2.5v1.2.5
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 2e31551..fdd7e49 100644
--- a/README.markdown
+++ b/README.markdown
@@ -11,13 +11,13 @@ It sports the following features:
### Installation
_spray-json_ is available from the [repo.spray.io] repository.
-The latest release is `1.2.4` and is built against Scala 2.9.3 as well as Scala 2.10.1.
+The latest release is `1.2.5` and is built against Scala 2.9.3 as well as Scala 2.10.1.
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.4" cross CrossVersion.full
+ "io.spray" %% "spray-json" % "1.2.5" cross CrossVersion.full
(the trailing "cross CrossVersion.full" modifier is only required when using SBT 0.12.x with Scala < 2.10)