diff --git a/build.sbt b/build.sbt index a20cff214..bd07b2865 100644 --- a/build.sbt +++ b/build.sbt @@ -1,2 +1,3 @@ seq(lsSettings :_*) +CrossBuilding.crossSbtVersions := Seq("0.11.1", "0.11.2", "0.11.3", "0.12.0-Beta2") \ No newline at end of file diff --git a/project.sbt b/project.sbt index f000b7925..c9d84e833 100644 --- a/project.sbt +++ b/project.sbt @@ -4,7 +4,7 @@ name := "sbt-dependency-graph" organization := "net.virtual-void" -version := "0.5.2" +version := "0.6.0-SNAPSHOT" homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph")) diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 000000000..d4287112c --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.11.3 diff --git a/project/gpg.sbt b/project/gpg.sbt index b53697a4d..d78507cdd 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") \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index e62de8942..b429bf973 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,7 @@ resolvers += "less is" at "http://repo.lessis.me" -addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.0") +addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.1") -resolvers += "Coda Hale's Repo" at "http://repo.codahale.com" \ No newline at end of file +resolvers += "Coda Hale's Repo" at "http://repo.codahale.com" + +addSbtPlugin("net.virtual-void" % "sbt-cross-building" % "0.6.0")