Olical / depot

Find newer versions of your dependencies in your deps.edn file
https://clojars.org/olical/depot
The Unlicense
256 stars 14 forks source link

depot considers versions that are only available in local repo #33

Closed dchelimsky closed 4 years ago

dchelimsky commented 4 years ago

Scenario

Expected

Actual

puredanger commented 4 years ago

I actually think the behavior is fine here (and probably a pain in the ass to make it not do this), but one way to do so would be to use -Sdeps '{:mvn/local-repo "/tmp/m2"}' to isolate yourself from the main local repo.

dchelimsky commented 4 years ago

@puredanger's comment resolves this for me, so closing.