Merge pull request #59 from dwijnand/lm-root

Id the root project as lmRoot
This commit is contained in:
Dale Wijnand 2016-11-17 01:07:04 +00:00 committed by GitHub
commit 85e7cf68a5
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import Dependencies._
import com.typesafe.tools.mima.core._, ProblemFilters._
def baseVersion = "0.1.0"
def internalPath = file("internal")
def commonSettings: Seq[Setting[_]] = Seq(
scalaVersion := scala211,
@ -22,7 +21,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
publishArtifact in Test := false
)
lazy val root = (project in file(".")).
lazy val lmRoot = (project in file(".")).
aggregate(lm).
settings(
inThisBuild(Seq(