Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created May 22, 2014 10:58
Show Gist options
  • Save nicholasf/feac7ddded2b5150fa9d to your computer and use it in GitHub Desktop.
Save nicholasf/feac7ddded2b5150fa9d to your computer and use it in GitHub Desktop.
defp deps do
[ { :cowboy, github: "extend/cowboy" },
{ :plug, "~> 0.4.3", github: "elixir-lang/plug" } ]
end
♪ spoonbot git:(master) ✗ mix deps.get
* Getting plug (git://github.com/elixir-lang/plug.git)
Cloning into '/Users/nicholasf/code/nicholasf/spoonbot/deps/plug'...
remote: Reusing existing pack: 1303, done.
remote: Counting objects: 10, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 1313 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (1313/1313), 256.76 KiB | 59.00 KiB/s, done.
Resolving deltas: 100% (623/623), done.
Checking connectivity... done.
warning: the dependency plug requires Elixir "~> 0.12.3" but you are running on v0.13.3-dev
♪ spoonbot git:(master) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment