summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
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