lein-immutant Plugin 1.2.2 Released
We just released version 1.2.2 of our Leiningen plugin. This release contains the following changes:
- Active profiles are now honored for the
immutant test
task. - The
immutant run
andimmutant server
tasks no longer give spurious profile warnings under lein 2.4.2.
For the full list of changes, see the milestone.
Get it
If you're already using lein-immutant
you probably already know how
to do this, but just in case - to install it, add it to the :plugins
list in your :user
profile in ~/.lein/profiles.clj
:
{:user {:plugins [[lein-immutant "1.2.2"]]}}
Get in touch
If you have any questions, issues, or other feedback, you can always find us on #immutant on freenode or you can file an issue on lein-immutant.