Skip to content

Commit

Permalink
Merge pull request #55 from pma/hotfix/add-rabbit-common-to-deps
Browse files Browse the repository at this point in the history
Add rabbit_common to deps
  • Loading branch information
ono committed Feb 21, 2017
2 parents b3b2bed + 3565c64 commit 9d094bb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ defmodule AMQP.Mixfile do
end

defp deps do
[{:earmark, "~> 1.0", only: :docs},
{:ex_doc, "~> 0.14", only: :docs},
{:inch_ex, "~> 0.5", only: :docs},
{:amqp_client, "~> 3.6.7-pre.1"}]
[
{:amqp_client, "~> 3.6.7-pre.1"},
{:rabbit_common, "~> 3.6.7-pre.1"},

{:earmark, "~> 1.0", only: :docs},
{:ex_doc, "~> 0.14", only: :docs},
{:inch_ex, "~> 0.5", only: :docs}
]
end

defp description do
Expand Down

0 comments on commit 9d094bb

Please sign in to comment.