Re: Use latest stable

2016-07-15 Thread James Elliott
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

Re: Use latest stable

2016-07-15 Thread Matthew Boston
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

Re: Use latest stable

2016-07-14 Thread Cecil Westerhof
2016-07-14 19:58 GMT+02:00 Alan Thompson : > 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

Re: Use latest stable

2016-07-14 Thread Cecil Westerhof
2016-07-14 18:38 GMT+02:00 Sean Corfield : > Toby gave you a good answer re “LATEST” and “RELEASE” but I’ll comment on > stability of Clojure Alpha builds in general: > > > > We first went to production with Clojure in 2011 on 1.3.0 Alpha 7 (or 8, I > no longer remember which).

Re: Use latest stable

2016-07-14 Thread Alan Thompson
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"

Re: Use latest stable

2016-07-14 Thread Sean Corfield
Toby gave you a good answer re “LATEST” and “RELEASE” but I’ll comment on stability of Clojure Alpha builds in general: We first went to production with Clojure in 2011 on 1.3.0 Alpha 7 (or 8, I no longer remember which). We’re currently in production with 1.9.0 Alpha 10. Prerelease builds

Re: Use latest stable

2016-07-14 Thread Toby Crawley
On Thu, Jul 14, 2016 at 6:52 AM, Cecil Westerhof 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

Use latest stable

2016-07-14 Thread Cecil Westerhof
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