summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2012-10-12 14:07:10 +0200
committerMathias <mathias@spray.cc>2012-10-12 14:07:10 +0200
commit573b9d6e0b637e6ffe9c5a036bf552542d79eae8 (patch)
tree2f17f1c799e865b0cadd885e71d0c5bb50735681 /project
parent7cb4d5e95af773d4aafc70b31d1e58fde64d3fc9 (diff)
downloadspray-json-573b9d6e0b637e6ffe9c5a036bf552542d79eae8.tar.gz
spray-json-573b9d6e0b637e6ffe9c5a036bf552542d79eae8.tar.bz2
spray-json-573b9d6e0b637e6ffe9c5a036bf552542d79eae8.zip
Upgrade to Scala 2.9.2, SBT 0.12.1 and parboiled 1.1.1
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt7
2 files changed, 2 insertions, 7 deletions
diff --git a/project/build.properties b/project/build.properties
index fdfc61f..2b9d40c 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.11.2 \ No newline at end of file
+sbt.version=0.12.1 \ No newline at end of file
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 9660fcf..feffd34 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,6 +1 @@
-addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.1")
-
-resolvers ++= Seq(
- "less is" at "http://repo.lessis.me",
- "coda" at "http://repo.codahale.com"
-) \ No newline at end of file
+addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.2") \ No newline at end of file