Add alias

This commit is contained in:
Alexandre Archambault 2017-05-15 15:32:48 +02:00
parent 89c3b3544d
commit 9c7168fbc7
2 changed files with 3 additions and 1 deletions

View File

@ -263,7 +263,7 @@ lazy val js = project
)
lazy val coursier = project
.in(file("."))
.in(root)
.aggregate(
coreJvm,
coreJs,

View File

@ -18,6 +18,8 @@ object Aliases {
def ShadingPlugin = coursier.ShadingPlugin
def root = file(".")
implicit class ProjectOps(val proj: Project) extends AnyVal {
def dummy: Project =