Remove unused dependency

This commit is contained in:
Mikko Ahlroth 2013-06-15 23:28:32 +03:00
parent 056404be25
commit 9efbee9c6a

View file

@ -16,7 +16,7 @@ defmodule Nulform.Mixfile do
# { :foobar, "0.1", git: "https://github.com/elixir-lang/foobar.git" }
defp deps do
[
{ :socket, "0.0.1", git: "https://github.com/meh/elixir-socket" }
]
end
end