You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependencies have diverged:
* cowlib (Hex package)
the dependency cowlib in deps/cowboy/rebar.config is overriding a child dependency:
> In deps/cowboy/rebar.config:
{:cowlib, "2.11.0", [env: :prod, hex: "cowlib", repo: "hexpm", optional: false]}
> In deps/gun/rebar.config:
{:cowlib, [env: :prod, override: true, git: "https://github.com/ninenines/cowlib", tag: "2.8.0"]}
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
The text was updated successfully, but these errors were encountered:
this dependencie https://github.com/emqx/emqtt/blob/master/rebar.config#L12 point to a fork of gun, and this fork has a dependency of a cowlib 2.8.0 but this emqtt it self needs 2.11.0
The text was updated successfully, but these errors were encountered: