aiyanbo / sbt-dependency-updates

⬆️ SBT plugin that can check Maven and Ivy repositories for dependency and plugin updates
Apache License 2.0
81 stars 10 forks source link

Locally published JARs marked as not-found #21

Open DavidGoodenough opened 2 years ago

DavidGoodenough commented 2 years ago

When dependencyUpdates is run it marks locally published JARs as non-found, when the rest of the SBT world seems quite capable of finding them.

It would be really useful if (this is right for Linux, I don't run either Windows or Macs) ~/.ivy2/local be added to the search list and then a directory check is done to see which JARs are available at which versions and the normal report written.