2016-07-14 19:58 GMT+02:00 Alan Thompson <clooj...@gmail.com>:

> If you haven't seen it yet, lein-ancient (
> https://github.com/xsc/lein-ancient) provides an easy way of checking
> your project for out of date dependencies.  For example:
>
> > lein ancient
> [criterium "0.4.4"] is available but we use "0.4.3"
> [tupelo "0.9.0"] is available but we use "0.1.60"
> [com.rpl/specter "0.11.2"] is available but we use "0.9.1"
>
>
> I tend to run it every couple of months, or whenever I remember.  Then it
> is easy to update project.clj
>

​Yes, in another tread I was pointed to that. Very handy indeed. I could
write a script that I run every week in crontab that would notify me when
something is to old.

Have to take care of a few things:
- Latest of H2 is 1.4.192, but latest stable is 1.3.176.
- Latest of yesql is 0.5.3 ​, but my application does not work with a
version after 0.4.2.

-- 
Cecil Westerhof

-- 
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/d/optout.

Reply via email to