From a73697f946b9dbe540058de02a5ab03ac041207e Mon Sep 17 00:00:00 2001 From: Miguel Mendes Ruiz Date: Mon, 29 Feb 2016 23:31:26 -0300 Subject: [PATCH] upgrades sbt to 0.13.11 and sbt-release to 1.0.2 --- 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 817bc38d..43b8278c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.9 +sbt.version=0.13.11 diff --git a/project/plugins.sbt b/project/plugins.sbt index 84216796..040479c9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0") -addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0") \ No newline at end of file +addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.2")