From 510646d596bbe3fc6192ec22931fb93463fd5100 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 6 Jun 2017 13:58:06 +0200 Subject: [PATCH] Clean-up --- build.sbt | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sbt b/build.sbt index 51ac1cbd4..0c17ebb11 100644 --- a/build.sbt +++ b/build.sbt @@ -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")