You could try the lein-outdated plugin. https://github.com/ato/lein-outdated
It looks at your project.clj, and tells you if there are newer versions of any of your dependencies, and if so, what they are. Eg: lein outdated [org.clojure/clojurescript "0.0-1586"] is available but we use "0.0-971" -- Dave On Tue, Mar 5, 2013 at 1:26 PM, Tom Hall <thattommyh...@gmail.com> wrote: > > Sure, just add it as an explicit dependency to your project. In fact, > > your example uses r1450 only because you've got an explicit dependency > > on it, as lein-cljsbuild 0.3.0 uses r1552 by default, so you could > > also drop the explicit dependency. It's best to use the latest release > > though. > > Cheers, I must be dumb as I cant see the latest version number on the > github page. > Googleing takes me to > http://mvnrepository.com/artifact/org.clojure/clojurescript/0.0-971 > but im guessing > http://mvnrepository.com/artifact/org.clojure/clojurescript/0.0-1586 > is the latest > > How is one to find this information out? > > Tom > > -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.