From 6ccb744c22c767df71b74cccc19fef31fb790e7c Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Mon, 29 Feb 2016 14:08:17 +0100 Subject: cleanup build --- build.sbt | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index 577d715..87eeaf3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,40 +1,10 @@ -name := "sbt-boilerplate" - -organization := "io.spray" - -version := "0.6.0-SNAPSHOT" - -description := "An SBT plugin for simple generation of boilerplate" - -startYear := Some(2012) - -homepage := Some(url("http://github.com/sbt/sbt-boilerplate")) - -organizationHomepage := Some(url("http://spray.io")) - -licenses in GlobalScope += "BSD" -> url("https://github.com/sbt/sbt-boilerplate/raw/master/LICENSE") - sbtPlugin := true scalacOptions := Seq("-deprecation", "-encoding", "utf8") -CrossBuilding.crossSbtVersions := Seq("0.11.2", "0.11.3", "0.12", "0.13") - -/////////////// -// ls-sbt -/////////////// - -seq(lsSettings :_*) - -(LsKeys.tags in LsKeys.lsync) := Seq("sbt-plugin", "sbt", "plugin", "boilerplate", "code-generation") - -(LsKeys.docsUrl in LsKeys.lsync) <<= homepage - -crossBuildingSettings - libraryDependencies <+= scalaVersion { case v if v startsWith "2.9." => "org.specs2" % "specs2_2.9.3" % "1.12.4.1" % "test" - case "2.10.2" => "org.specs2" %% "specs2" % "2.3.13" % "test" + case "2.10.4" => "org.specs2" %% "specs2" % "2.3.13" % "test" } ScalariformSupport.formatSettings \ No newline at end of file -- cgit v1.2.3