summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2014-09-16 12:37:15 +0200
committerMathias <mathias@spray.io>2014-09-16 22:46:10 +0200
commit73345dea51d62c50d2c09efb5ef0afddc77dbf25 (patch)
tree041e4169c21bef04bde3b93b51bc71e5b0fd2e68 /project
parent8dc25d6d15a0dbd5d444b83a5d91768e2237495c (diff)
downloadspray-json-73345dea51d62c50d2c09efb5ef0afddc77dbf25.tar.gz
spray-json-73345dea51d62c50d2c09efb5ef0afddc77dbf25.tar.bz2
spray-json-73345dea51d62c50d2c09efb5ef0afddc77dbf25.zip
Upgrade SBT and plugins, remove Scala 2.9 support, bump version to 1.3-SNAPSHOT
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt6
2 files changed, 3 insertions, 5 deletions
diff --git a/project/build.properties b/project/build.properties
index 8ac605a..64abd37 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.2
+sbt.version=0.13.6
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b0664ad..0db6254 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,5 +1,3 @@
-addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3")
+addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.9")
-addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.1")
-
-addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
+addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0") \ No newline at end of file