I was trying to install Addict, so I added to mix.ex its latest version (as in Hex):
{:addict, ">= 0.1.0"}
Then, I have run mix reps.get and got an error:
Looking up alternatives for conflicting requirements on ecto
From mix.lock: 1.0.0
From addict v0.1.0: ~> 0.9
** (Mix) Hex dependency resolution failed, relax the version requirements or unlock dependencies
I tried to do that in mix.lock but wasn't able to overcome that because this error appeared:
(Mix) Unknown package version ecto v0.0.9 in lockfile
What's the best way to overcome this?