From 73345dea51d62c50d2c09efb5ef0afddc77dbf25 Mon Sep 17 00:00:00 2001 From: Mathias Date: Tue, 16 Sep 2014 12:37:15 +0200 Subject: Upgrade SBT and plugins, remove Scala 2.9 support, bump version to 1.3-SNAPSHOT --- src/main/ls/1.1.0.json | 22 ---------------------- src/main/ls/1.1.1.json | 22 ---------------------- src/main/ls/1.2.2.json | 21 --------------------- src/main/ls/1.2.json | 21 --------------------- 4 files changed, 86 deletions(-) delete mode 100644 src/main/ls/1.1.0.json delete mode 100644 src/main/ls/1.1.1.json delete mode 100644 src/main/ls/1.2.2.json delete mode 100644 src/main/ls/1.2.json (limited to 'src/main/ls') diff --git a/src/main/ls/1.1.0.json b/src/main/ls/1.1.0.json deleted file mode 100644 index 6e3df7e..0000000 --- a/src/main/ls/1.1.0.json +++ /dev/null @@ -1,22 +0,0 @@ - -{ - "organization":"cc.spray", - "name":"spray-json", - "version":"1.1.0", - "description":"A Scala library for easy and idiomatic JSON (de)serialization", - "site":"https://github.com/spray/spray-json", - "tags":["json"], - "docs":"http://spray.github.com/spray/api/spray-json/", - "licenses": [{ - "name": "Apache 2", - "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }], - "resolvers": ["http://repo.spray.io"], - "dependencies": [{ - "organization":"org.parboiled", - "name": "parboiled-scala", - "version": "1.0.2" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/src/main/ls/1.1.1.json b/src/main/ls/1.1.1.json deleted file mode 100644 index 9bc7660..0000000 --- a/src/main/ls/1.1.1.json +++ /dev/null @@ -1,22 +0,0 @@ - -{ - "organization":"cc.spray", - "name":"spray-json", - "version":"1.1.1", - "description":"A Scala library for easy and idiomatic JSON (de)serialization", - "site":"https://github.com/spray/spray-json", - "tags":["json"], - "docs":"http://spray.github.com/spray/api/spray-json/", - "licenses": [{ - "name": "Apache 2", - "url": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }], - "resolvers": ["http://repo.spray.io"], - "dependencies": [{ - "organization":"org.parboiled", - "name": "parboiled-scala", - "version": "1.0.2" - }], - "scalas": ["2.9.1"], - "sbt": false -} \ No newline at end of file diff --git a/src/main/ls/1.2.2.json b/src/main/ls/1.2.2.json deleted file mode 100644 index 3daed44..0000000 --- a/src/main/ls/1.2.2.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "organization" : "io.spray", - "name" : "spray-json", - "version" : "1.2.2", - "description" : "A Scala library for easy and idiomatic JSON (de)serialization", - "site" : "https://github.com/spray/spray-json", - "tags" : [ "json" ], - "docs" : "http://spray.github.com/spray/api/spray-json/", - "resolvers" : [ "http://repo.spray.io" ], - "dependencies" : [ { - "organization" : "org.parboiled", - "name" : "parboiled-scala", - "version" : "1.1.3" - } ], - "scalas" : [ "2.9.2", "2.10.0-RC1" ], - "licenses" : [ { - "name" : "Apache 2", - "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt" - } ], - "sbt" : false -} \ No newline at end of file diff --git a/src/main/ls/1.2.json b/src/main/ls/1.2.json deleted file mode 100644 index d085d99..0000000 --- a/src/main/ls/1.2.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "organization" : "io.spray", - "name" : "spray-json", - "version" : "1.2", - "description" : "A Scala library for easy and idiomatic JSON (de)serialization", - "site" : "https://github.com/spray/spray-json", - "tags" : [ "json" ], - "docs" : "http://spray.github.com/spray/api/spray-json/", - "resolvers" : [ "http://repo.spray.io" ], - "dependencies" : [ { - "organization" : "org.parboiled", - "name" : "parboiled-scala", - "version" : "1.1.1" - } ], - "scalas" : [ "2.9.2" ], - "licenses" : [ { - "name" : "Apache 2", - "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt" - } ], - "sbt" : false -} \ No newline at end of file -- cgit v1.2.3