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

Range Not Satisfiable (416) when running clj -Aoutdated #45

Closed pragyanatvade closed 3 years ago

pragyanatvade commented 3 years ago

My deps.edn has following snippet:

 :outdated {:extra-deps {olical/depot {:mvn/version "1.8.4"}}
                      :main-opts  ["-m" "depot.outdated.main"]}

But when I run clj -Aoutdated it exits with the following error

Error building classpath. Could not transfer artifact com.jcraft:jsch:jar:0.1.54 from/to central (https://repo1.maven.org/maven2/): Range Not Satisfiable (416)

Anyway to resolve this?

pragyanatvade commented 3 years ago

I resolved this issue by deleting the ~/.m2 directory and rerunning the command.

Olical commented 3 years ago

Glad you worked it out! I was just going to ask for more information to begin understanding it :sweat_smile: