- Use https://github.com/cb372/sbt-explicit-dependencies do declare all dependencies
- Enable
undeclaredCompileDependenciesTest and unusedCompileDependenciesTest (to avoid test dependencies evicting main ones) on the CI
This can be tackled module by module, I think.