summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2012-11-28 15:52:45 +0100
committerMathias <mathias@spray.io>2012-11-28 15:59:17 +0100
commit303713ea4ce2784e89c463a2716f36768f0728bf (patch)
treeaaf571675a8845936f38dafc58b81b293b07a898 /README.markdown
parent9d8edfbef1b7870e9b88236325c0b424486fd17f (diff)
downloadspray-json-303713ea4ce2784e89c463a2716f36768f0728bf.tar.gz
spray-json-303713ea4ce2784e89c463a2716f36768f0728bf.tar.bz2
spray-json-303713ea4ce2784e89c463a2716f36768f0728bf.zip
Prepare for release 1.2.3v1.2.3
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 b53fffe..0f274b7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -11,11 +11,11 @@ It sports the following features:
### Installation
_spray-json_ is available from the [repo.spray.io] repository.
-The latest release is `1.2.2` and is built against Scala 2.9.2 as well as Scala 2.10.0-RC1 and RC2.
+The latest release is `1.2.3` and is built against Scala 2.9.2 as well as Scala 2.10.0-RC3.
If you use SBT you can include _spray-json_ in your project with
- "io.spray" %% "spray-json" % "1.2.2" cross CrossVersion.full
+ "io.spray" %% "spray-json" % "1.2.3" cross CrossVersion.full
(the trailing "cross CrossVersion.full" modifier is only required for SBT 0.12.x)