This commit is contained in:
Alexandre Archambault 2017-06-06 13:58:06 +02:00
parent 61eec1ef90
commit 510646d596
1 changed files with 0 additions and 3 deletions

View File

@ -184,12 +184,10 @@ lazy val doc = project
tutTargetDirectory := baseDirectory.in(LocalRootProject).value
)
// Don't try to compile that if you're not in 2.10
lazy val `sbt-coursier` = project
.dependsOn(coreJvm, cache, extra)
.settings(plugin)
// Don't try to compile that if you're not in 2.10
lazy val `sbt-shading` = project
.enablePlugins(ShadingPlugin)
.dependsOn(`sbt-coursier`)
@ -224,7 +222,6 @@ lazy val `http-server` = project
.settings(
shared,
generatePack,
name := "http-server",
dontPublishIn("2.10", "2.11"),
libs ++= {
if (scalaBinaryVersion.value == "2.12")