mirror of https://github.com/sbt/sbt.git
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:
parent
be22b8c663
commit
116c13e51b
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
sbt.version=0.12.0-Beta2
|
||||
|
|
@ -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")
|
||||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue