Skip to content

Commit

Permalink
Also include cowboy into dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
trenpixster committed Jan 20, 2015
1 parent ed2c5b5 commit dfc102d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ defmodule Addict.Mixfile do
end

defp deps(:test) do
[{:cowboy, "~> 1.0"}, {:mock, "~> 0.1.0"}] ++ deps(:prod)
[{:mock, "~> 0.1.0"}] ++ deps(:prod)
end

defp deps(:prod) do
[{:phoenix, "~> 0.8.0"},
[{:cowboy, "~> 1.0"},
{:phoenix, "~> 0.8.0"},
{:ecto, "~> 0.6.0"},
{:bcrypt, github: "opscode/erlang-bcrypt"},
{:mailgun, "~> 0.0.2"}]
Expand Down

0 comments on commit dfc102d

Please sign in to comment.