summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2016-02-17 10:44:30 +0100
committerMathias <mathias@spray.io>2016-02-17 10:44:30 +0100
commit4fbde3a833cb122c71aaf85a1b3bbd31e130cb62 (patch)
treee4062a1107f280299189f2338f0b99ff8942c3dc /project
parentf185c5fb1d53f5399dbbb7229d7f7ae02971be20 (diff)
downloadspray-json-4fbde3a833cb122c71aaf85a1b3bbd31e130cb62.tar.gz
spray-json-4fbde3a833cb122c71aaf85a1b3bbd31e130cb62.tar.bz2
spray-json-4fbde3a833cb122c71aaf85a1b3bbd31e130cb62.zip
= Upgrade dependencies, enable Scala 2.12 crossbuild
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt4
2 files changed, 4 insertions, 2 deletions
diff --git a/project/build.properties b/project/build.properties
index a6e117b..817bc38 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=0.13.8
+sbt.version=0.13.9
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 0db6254..b2c7588 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,3 +1,5 @@
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.5.9")
-addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0") \ No newline at end of file
+addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
+
+addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") \ No newline at end of file