Hi; Does this mean one can not use httpoison
with couchbeam
?
This is an umbrella app; the data layer (or whatever it’s called) uses couchbeam
and one app (that has the lib as a dependency) uses httpoison
.
Unchecked dependencies for environment dev:
* hackney (Hex package)
the dependency hackney 1.6.3
> In deps/httpoison/mix.exs:
{:hackney, "~> 1.6.3", [env: :prod, hex: :hackney, optional: false, manager: :mix]}
does not match the requirement specified
> In deps/couchbeam/mix.exs:
{:hackney, "1.6.2", [env: :prod, hex: :hackney, optional: false]}
Ensure they match or specify one of the above in your deps and set "override: true"
** (Mix) Can't continue due to errors on dependencies