From 9a2b007a926dca934df4413f3c8b0bdd0e94ba30 Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Fri, 18 Sep 2015 09:05:43 +0100 Subject: [PATCH] Remove more redundant settings --- build.sbt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build.sbt b/build.sbt index 3ef70886c..47d78deb5 100644 --- a/build.sbt +++ b/build.sbt @@ -38,17 +38,9 @@ lazy val root = (project in file(".")). aggregate(lm). settings( inThisBuild(Seq( - organization := "org.scala-sbt", homepage := Some(url("https://github.com/sbt/librarymanagement")), description := "Library management module for sbt", - licenses := List("BSD New" -> url("https://github.com/sbt/sbt/blob/0.13/LICENSE")), scmInfo := Some(ScmInfo(url("https://github.com/sbt/librarymanagement"), "git@github.com:sbt/librarymanagement.git")), - developers := List( - Developer("harrah", "Mark Harrah", "@harrah", url("https://github.com/harrah")), - Developer("eed3si9n", "Eugene Yokota", "@eed3si9n", url("https://github.com/eed3si9n")), - Developer("jsuereth", "Josh Suereth", "@jsuereth", url("https://github.com/jsuereth")), - Developer("dwijnand", "Dale Wijnand", "@dwijnand", url("https://github.com/dwijnand")) - ), bintrayPackage := "librarymanagement", git.baseVersion := baseVersion )),