Tweak build.sbt

This commit is contained in:
Alexandre Archambault 2018-11-05 10:35:18 +01:00
parent 0906201eb1
commit 6c8f06bd88
1 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import Settings._
inThisBuild(List(
organization := "io.get-coursier",
homepage := Some(url("https://github.com/coursier/coursier")),
homepage := Some(url("https://github.com/coursier/sbt-coursier")),
licenses := Seq("Apache 2.0" -> url("http://opensource.org/licenses/Apache-2.0")),
developers := List(
Developer(
@ -105,7 +105,7 @@ lazy val `sbt-shading` = project
}
)
lazy val coursier = project
lazy val `sbt-coursier-root` = project
.in(file("."))
.aggregate(
`sbt-shared`,
@ -115,7 +115,6 @@ lazy val coursier = project
)
.settings(
shared,
skip.in(publish) := true,
moduleName := "sbt-coursier-root"
skip.in(publish) := true
)