clojure-android / neko

The Clojure/Android Toolkit
Other
297 stars 36 forks source link

nrepl dependency causing an error #49

Closed cwhitey closed 9 years ago

cwhitey commented 9 years ago

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 9 years ago

Sorry, possibly the wrong repo. Reposted in lein-droid: https://github.com/clojure-android/lein-droid/issues/126