diff --git a/mix.exs b/mix.exs index 7f3e61b..9a108b3 100644 --- a/mix.exs +++ b/mix.exs @@ -23,7 +23,7 @@ defmodule Pinchflat.MixProject do def application do [ mod: {Pinchflat.Application, []}, - extra_applications: [:logger, :runtime_tools] + extra_applications: [:logger, :runtime_tools, :inets] ] end