From 9b705ddf424526b947b2c9c9c9da276fbaaae417 Mon Sep 17 00:00:00 2001 From: Antoine Gourlay Date: Tue, 2 May 2017 14:54:01 +0200 Subject: [PATCH] Disable publishing of root project --- build.sbt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sbt b/build.sbt index 805994a5..1f632029 100644 --- a/build.sbt +++ b/build.sbt @@ -13,6 +13,10 @@ scalaVersionsByJvm in ThisBuild := { ) } +lazy val root = project.in(file(".")) + .aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`) + .settings(disablePublishing) + lazy val `scala-parser-combinators` = crossProject.in(file(".")). settings(scalaModuleSettings: _*). settings(