From ca44d0bff7675bf3ad565d24a387b1e5eb5583c8 Mon Sep 17 00:00:00 2001 From: Nepomuk Seiler Date: Sun, 29 Jun 2014 14:48:45 +0200 Subject: [PATCH 1/2] Upgrading sbt and adding releaseNotes plugin --- build.sbt | 2 +- project/build.properties | 2 +- project/plugins.sbt | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a590f73a3..4cfd197d5 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ sbtPlugin := true sbtVersion in Global := { scalaBinaryVersion.value match { - case "2.10" => "0.13.0" + case "2.10" => "0.13.5" case "2.9.2" => "0.12.4" } } diff --git a/project/build.properties b/project/build.properties index 37b489cb6..be6c454fb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.1 +sbt.version=0.13.5 diff --git a/project/plugins.sbt b/project/plugins.sbt index 249ff6a24..7131c6c0b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,3 +20,5 @@ libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.10" // For code formatting addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0") + +addSbtPlugin("de.mukis" % "pitchman-release-notes-generator" % "0.1") From 331f50acec92ebb6baa19ab00c579029dbe73ad4 Mon Sep 17 00:00:00 2001 From: Nepomuk Seiler Date: Sun, 29 Jun 2014 17:09:18 +0200 Subject: [PATCH 2/2] removing releaseNotes() plugin. Fix #243 --- project/plugins.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7131c6c0b..249ff6a24 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -20,5 +20,3 @@ libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.10" // For code formatting addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0") - -addSbtPlugin("de.mukis" % "pitchman-release-notes-generator" % "0.1")