Id the root project as lmRoot

.. like sbt/util and sbt/zinc name their root projects
This commit is contained in:
Dale Wijnand 2016-11-17 00:40:15 +00:00
parent e90b167b4e
commit f9a066fe92
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
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(