Re: Wildcards in Leiningen Dependencies Versions

2012-06-20 Thread Murtaza Husain
Phil, Tasillo thanks for the reply. The plugin is very helpful. On Tuesday, June 19, 2012 11:52:41 AM UTC+5:30, Tassilo Horn wrote: > > Phil Hagelberg writes: > > >> Does leiningen support wildcards in dependencies version numbers ? I > >> would usually like to use the latest version for some

Re: Wildcards in Leiningen Dependencies Versions

2012-06-18 Thread Tassilo Horn
Phil Hagelberg writes: >> Does leiningen support wildcards in dependencies version numbers ? I >> would usually like to use the latest version for some library, and it >> would be nice if I can indicate it by using a wildcard, so tat I dont >> need to keep checking if a new version has been relea

Re: Wildcards in Leiningen Dependencies Versions

2012-06-18 Thread Jason Lewis
One thing I would like to see is something like the tiddle-wakka in Ruby Gemfiles, ie, gem 'foo', '~> 1.2.3' would match 1.2.x where x > 3, and so on for the most precise specified version number (major, minor, patch) It's super effective. On Jun 18, 2012 8:32 PM, "Phil Hagelberg" wrote: > O

Re: Wildcards in Leiningen Dependencies Versions

2012-06-18 Thread Phil Hagelberg
On Mon, Jun 18, 2012 at 5:20 PM, Murtaza Husain wrote: > Does leiningen support wildcards in dependencies version numbers ? I would > usually like to use the latest version for some library, and it would be > nice if I can indicate it by using a wildcard, so tat I dont need to keep > checking if a

Wildcards in Leiningen Dependencies Versions

2012-06-18 Thread Murtaza Husain
Hi, Does leiningen support wildcards in dependencies version numbers ? I would usually like to use the latest version for some library, and it would be nice if I can indicate it by using a wildcard, so tat I dont need to keep checking if a new version has been released. Thanks, Murtaza -- Yo