Hello there!
A question related to lein templates; What’s the best practice to allow templates user to get the latest version of a template I publish?
lein new
retrieves automatically from clojars the template only if the templates is not installed locally
The problem though is that if a template user has used once a template (say version 0.1.0), she will be “locked” with version 0.1.0 until she manually remove the template from her local maven repo