I'm posting here because it seems more people rely on this lein plugin than
I had thought. I've patched native-deps to work with lein 1.3.0 but haven't
yet pushed to Clojars which I'll do later today. In the meantime you can
clone the repo, http://github.com/swannodette/native-deps, and run the
following from inside the native-deps repo directory:

lein install

Then in your project.clj

:dev-dependencies [[native-deps "1.0.3"]]

Then the usual:

lein clean
lein deps
lein native-deps

Cheers,
David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to