adding multi-project test

This commit is contained in:
Andrea Peruffo 2018-10-28 08:54:26 +00:00
parent abc6d69271
commit 11fdf8e31c
4 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
lazy val root = (project in file(".")).aggregate(parent, child)
lazy val parent = project
lazy val child = project.dependsOn(parent)

View File

@ -0,0 +1 @@
class Bar extends Foo

View File

@ -0,0 +1 @@
> compile