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
This commit is contained in:
Johannes Rudolph 2012-05-21 11:13:55 +02:00
parent be22b8c663
commit 116c13e51b
5 changed files with 8 additions and 7 deletions

View File

@ -1,2 +1,2 @@
seq(lsSettings :_*)
//seq(lsSettings :_*)

View File

@ -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."

1
project/build.properties Normal file
View File

@ -0,0 +1 @@
sbt.version=0.12.0-Beta2

View File

@ -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")
addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6", sbtVersion = "0.12.0-Beta2")

View File

@ -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"