On Thu, Sep 23, 2010 at 1:40 AM, Andy Fingerhut <andy.finger...@gmail.com> wrote: > OK, one more quick hack I've found -- again, a hack, not a long term > solution. If you want to create a Leiningen project that uses the latest > clojure and contrib, read on. I couldn't figure out what to use in > project.clj unless I renamed this file first. ... > :dependencies [[org.clojure/clojure "1.3.0-master-SNAPSHOT"] > [org.clojure.contrib/complete "1.3.1-SNAPSHOT"]])
According to another thread, the following works (but is "technically wrong"): :dependencies [[org.clojure/clojure "1.3.0-master-SNAPSHOT"] [org.clojure.contrib/complete "1.3.1-SNAPSHOT" :classifier "bin"]]) -- Sean A Corfield -- (904) 302-SEAN Railo Technologies, Inc. -- http://getrailo.com/ An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- 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