Use a version of '+' to get the latest. Beware that this will lead to a request to the binary repo for each dependency (to see what the latest version is). I would lightly discourage this practice (depends on how important the thing you are working on is, really) because then your build can break without you doing anything. One day it works, the next it doesn't all because some dependent library got updated with a problem.
On Mon, Aug 9, 2010 at 10:58 PM, phil swenson <[email protected]>wrote: > Right now I declare my dependencies like: > > > compile name: 'org.apache.commons.logging', group: > "org.apache.commons.logging", version:'1.0.4.v200904062259' > > > how would I declare this so that I would just get the latest? I'd > rather just consume the tip of every bundle.... > > thanks > phil > > -- John Murph Automated Logic Research Team
