Finding where your code is used across multiple projects in a big code base or organisation can be quite difficult, especially if you have made a change that needs to be propagated to every application that uses the updated client or library.
I have created an open source SBT plugin that can simplify this process a bit, more details can be found in the sbt-trace page.
Advertisements