After upgrading from Eastwood 0.4.0 to 0.4.1 the leiningen task has disappeared. I have reproduced this with a vanilla leiningen project (created via lein new).
Adding :plugins [[jonase/eastwood "0.4.0"]] and running lein help shows the eastwood task in the list
Adding :plugins [[jonase/eastwood "0.4.1"]] and running lein help shows no eastwood task in the list!
After upgrading from Eastwood 0.4.0 to 0.4.1 the leiningen task has disappeared. I have reproduced this with a vanilla leiningen project (created via
lein new
).Adding
:plugins [[jonase/eastwood "0.4.0"]]
and runninglein help
shows theeastwood
task in the list Adding:plugins [[jonase/eastwood "0.4.1"]]
and runninglein help
shows noeastwood
task in the list!