Created
July 8, 2014 22:12
-
-
Save alco/19ab6c52b337c6af3968 to your computer and use it in GitHub Desktop.
This file contains 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
defp deps do | |
[{:muweb, github: "alco/muweb"}, | |
{:commando, github: "alco/commando"}, | |
{:exrm, "~> 0.11.1", optional: true}] | |
end |
This file contains 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
λ mix compile | |
Unchecked dependencies for environment dev: | |
* exrm (package) | |
the dependency is not available, run `mix deps.get` | |
** (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