From 1d5a78bbbfa9e9ca6a01902883e3962fffae8e1d Mon Sep 17 00:00:00 2001 From: Cody Allen Date: Mon, 29 Dec 2014 11:11:17 -0500 Subject: [PATCH] Update SBT --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index 0974fce..748703f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.0 +sbt.version=0.13.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index 6879e5c..4ce4d9e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.2") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")