I was going to recommend the same thing! I used to use lein ancient all the 
time, but now love how VersionEye keeps track of all my open source 
projects for me so I don’t have to do that. That became even more important 
as the projects started spinning off other projects. :)

On Friday, July 15, 2016 at 9:25:30 AM UTC-5, Matthew Boston wrote:
>
> On the topic of keeping dependencies up-to-date, I use 
> https://www.versioneye.com. I sign in with GitHub and it watches all the 
> projects that I choose for out-of-date deps. It sends me a weekly/daily 
> email so I'm rarely behind every new release.
>
> Cheers.
>
> On Thursday, July 14, 2016 at 11:58:41 AM UTC-6, Alan Thompson wrote:
>>
>> 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
>>
>> Alan
>>
>>
>> On Thu, Jul 14, 2016 at 3:52 AM, Cecil Westerhof <cldwes...@gmail.com> 
>> wrote:
>>
>>> Is there a way to signify latest stable version? Because when you use:
>>>   :dependencies [[org.clojure/clojure            "LATEST"]
>>> it wants to work with:
>>>     clojure-1.9.0-alpha10
>>>
>>> I prefer to use clojure-1.8.0. There is a reason it is called alpha. But 
>>> when there is a stable 1.9.0 I want to use that one.
>>>
>>> -- 
>>> Cecil Westerhof
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@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+u...@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+u...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

-- 
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