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