diff --git a/mix.exs b/mix.exs index 6472de3..0480da1 100644 --- a/mix.exs +++ b/mix.exs @@ -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