Simple_auth for phoenix 1.4 and ecto 3.0

Does anyone know how to install [{:simple_auth, “~> 1.6.0”}] in phoenix version 1.4?? Because it is giving dependency issues??

Did you try mix deps.update --all or adding override: true ?