Comment on Leiningen 1.1.0 ReleasedComments−nuggien16yis there such a task as "lein selfupdate" or something similar?−abscondmentOP16yWell, "self-install" only updates the lein jar. 1.1.0 added an "upgrade" task that also updates the lein script.To upgrade to it, you need to download the new script and "self-install": http://github.com/technomancy/leiningen/raw/stable/bin/leinOnce you've installed 1.1.0, future upgrades can be done via "lein upgrade".[edit: clarity]−mattculbreth16yYes, lein self-install
Comments
is there such a task as "lein selfupdate" or something similar?
Well, "self-install" only updates the lein jar. 1.1.0 added an "upgrade" task that also updates the lein script.
To upgrade to it, you need to download the new script and "self-install": http://github.com/technomancy/leiningen/raw/stable/bin/lein
Once you've installed 1.1.0, future upgrades can be done via "lein upgrade".
[edit: clarity]
Yes, lein self-install