Skip to content

Commit

Permalink
Include :socket in applications for exrm.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPower15 committed Jan 14, 2016
1 parent ddbbfd1 commit 26e33d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule ElixirNsq.Mixfile do
#
# Type "mix help compile.app" for more information
def application do
[applications: [:logger, :httpotion, :poison]]
[applications: [:logger, :httpotion, :poison, :socket]]
end

# Dependencies can be Hex packages:
Expand Down

0 comments on commit 26e33d9

Please sign in to comment.