From 116c13e51be4c78798f9a67b62dabf4f1271d174 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 21 May 2012 11:13:55 +0200 Subject: [PATCH] use sbt 0.12.0-Beta2 for building Had to disable ls for now since it is not yet supported for 0.12.0-Beta2 --- build.sbt | 2 +- project.sbt | 8 ++++---- project/build.properties | 1 + project/gpg.sbt | 2 +- project/plugins.sbt | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 project/build.properties diff --git a/build.sbt b/build.sbt index a20cff214..73af45493 100644 --- a/build.sbt +++ b/build.sbt @@ -1,2 +1,2 @@ -seq(lsSettings :_*) +//seq(lsSettings :_*) diff --git a/project.sbt b/project.sbt index f000b7925..22167785e 100644 --- a/project.sbt +++ b/project.sbt @@ -10,9 +10,9 @@ homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph")) licenses in GlobalScope += "Apache License 2.0" -> url("https://github.com/jrudolph/sbt-dependency-graph/raw/master/LICENSE") -(LsKeys.tags in LsKeys.lsync) := Seq("dependency", "graph", "sbt-plugin", "sbt") +//(LsKeys.tags in LsKeys.lsync) := Seq("dependency", "graph", "sbt-plugin", "sbt") -(LsKeys.docsUrl in LsKeys.lsync) <<= homepage +//(LsKeys.docsUrl in LsKeys.lsync) <<= homepage -(description in LsKeys.lsync) := - "An sbt plugin which allows to create a graphml file from the dependencies of the project." +//(description in LsKeys.lsync) := +// "An sbt plugin which allows to create a graphml file from the dependencies of the project." diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 000000000..82c888f3c --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.12.0-Beta2 \ No newline at end of file diff --git a/project/gpg.sbt b/project/gpg.sbt index b53697a4d..5f5af3d10 100644 --- a/project/gpg.sbt +++ b/project/gpg.sbt @@ -1,3 +1,3 @@ resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns) -addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.5") \ No newline at end of file +addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6", sbtVersion = "0.12.0-Beta2") \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index e62de8942..e3e0db641 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ resolvers += "less is" at "http://repo.lessis.me" -addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.0") +//addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.1", sbtVersion = "0.12.0-Beta2") resolvers += "Coda Hale's Repo" at "http://repo.codahale.com" \ No newline at end of file