sbt-dependency-updates icon indicating copy to clipboard operation
sbt-dependency-updates copied to clipboard

Locally published JARs marked as not-found

Open DavidGoodenough opened this issue 2 years ago • 0 comments

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.

DavidGoodenough avatar Sep 27 '22 13:09 DavidGoodenough