nrepl dependency causing an error
Closed this issue · 1 comments
cwhitey commented
Hi,
When using this dependency which is laid down by the droid template [org.clojure-android/tools.nrepl "0.2.10"]
, I would get the following error:
Could not transfer artifact org.clojure-android:tools.nrepl:pom:0.2.10 from/to clojars (https://clojars.org/repo/): Connect to clojars.org:443 [clojars.org/38.0.60.2] failed: Connection timed out
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Using this other dependency resolved the problem: [org.clojure-android/tools.nrepl "0.2.6-lollipop"]
Let me know if you need some more info. I'm unsure of what could be causing this problem. I could always be doing something dumb :)
Regards,
Callum
cwhitey commented
Sorry, possibly the wrong repo. Reposted in lein-droid: clojure-android/lein-droid#126