Is there a sbt plugin or piece of code which I could use to give me warning when I compile using outdated internal libraries ?
Let's say another team have updated their library but I am still using the old one. The plugin could check against artifactory to see if a new one exist and if it does, give me a compilation warning.
Anyone have heard of such system ?
Thanks.