Dan Sănduleac
Results
21
comments of
Dan Sănduleac
If you move ``` scala val filter = ScopeFilter( inProjects(core, util), inConfigurations(Compile) ) ``` outside the task's definition (i.e. as a top level statement in `build.sbt`), then it works. You...