Created
March 26, 2014 04:23
-
-
Save scrogson/9776913 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ iex -S mix (2.1.0) | |
Erlang R16B03-1 (erts-5.10.4) [source] [smp:8:8] [async-threads:10] [kernel-poll:false] | |
Unchecked dependencies for environment dev: | |
* wsock (git://github.com/madtrick/wsock.git) | |
the dependency wsock in deps/escalus/rebar.config is overriding a child dependency: | |
> In deps/escalus/rebar.config: | |
{:wsock, ~r".*", [git: "git://github.com/madtrick/wsock.git", tag: "1.1.3"]} | |
> In deps/wsecli/rebar.config: | |
{:wsock, ~r".*", [git: "https://github.com/madtrick/wsock", branch: "develop"]} | |
Ensure they match or specify one of the above in your Excalus.Mixfile deps and set `override: true` | |
** (Mix) Can't continue due to errors on dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment