According to the sbt documentation:
The current recommendation is to use Multi-project .sbt build definition.
When I try to implement this as per the documentation's example, sbt no longer recognizes the sbt-assembly and sbteclipse plugins I added in:
./project/assembly.sbt
./project/plugins.sbt
It does work when I revert to a bare .sbt build definition.
I'm assuming the explanation is something to do with scoping, or some additional lines I need in my build.sbt
file.
Does anyone have the explanation? I don't think this is in the documentation. At least not anywhere that I can find it. If I'm wrong, please point me to the relevant section. Thanks!