Is it possible to automatically synchronize Jenkins dependencies with sbt dependencies? For example, if project B build.sbt says that project A (which I also wrote) is its dependency, can the Jenkins assembly for project B automatically detect this fact - and detect any other dependencies that can be added or removed to the build file .sbt in the future?
source
share