Remove duplicate Projects

This commit is contained in:
Alistair Johnson 2018-04-07 01:26:40 +02:00
parent 68c005e4b5
commit 6cce4f6fd9
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ private[sbt] object CompositeProject {
case None => p
}
}
}
}.distinct
}