emqtt icon indicating copy to clipboard operation
emqtt copied to clipboard

error on deps.get

Open gabrielmancini opened this issue 2 years ago • 1 comments

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

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

gabrielmancini avatar Feb 16 '23 17:02 gabrielmancini

#207

amos-kibet avatar Jul 15 '23 10:07 amos-kibet