summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2012-10-16 14:31:14 +0200
committerMathias <mathias@spray.cc>2012-10-16 14:31:14 +0200
commitd63a3273f47e7268ab616f3414dc9b6328f45ff3 (patch)
tree1d19caf4862ed1f433d2998aff095c07333b97a0 /src
parent0f49d4c009d0c952fbc138b0bbd8cb5359d4c117 (diff)
downloadspray-json-d63a3273f47e7268ab616f3414dc9b6328f45ff3.tar.gz
spray-json-d63a3273f47e7268ab616f3414dc9b6328f45ff3.tar.bz2
spray-json-d63a3273f47e7268ab616f3414dc9b6328f45ff3.zip
Prepare for release 1.2.2v1.2.2
Diffstat (limited to 'src')
-rw-r--r--src/main/ls/1.2.2.json (renamed from src/main/ls/1.2.1.json)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/ls/1.2.1.json b/src/main/ls/1.2.2.json
index 95a4381..3daed44 100644
--- a/src/main/ls/1.2.1.json
+++ b/src/main/ls/1.2.2.json
@@ -1,7 +1,7 @@
{
"organization" : "io.spray",
"name" : "spray-json",
- "version" : "1.2.1",
+ "version" : "1.2.2",
"description" : "A Scala library for easy and idiomatic JSON (de)serialization",
"site" : "https://github.com/spray/spray-json",
"tags" : [ "json" ],
@@ -10,7 +10,7 @@
"dependencies" : [ {
"organization" : "org.parboiled",
"name" : "parboiled-scala",
- "version" : "1.1.2"
+ "version" : "1.1.3"
} ],
"scalas" : [ "2.9.2", "2.10.0-RC1" ],
"licenses" : [ {