Skip to content

Commit

Permalink
Poison dep still needed
Browse files Browse the repository at this point in the history
Keep Poison dep until JSON adapter is used (see #83)
  • Loading branch information
akira committed Nov 4, 2019
1 parent 7b88ffb commit 9554f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ defmodule ExqUi.Mixfile do
defp deps do
[
{ :exq, ">= 0.9.0"},
{ :poison, ">= 1.2.0 or ~> 2.0"}, # Take out after #83
{ :excoveralls, "~> 0.3", only: :test },
{ :ex_doc, "~> 0.19", only: :dev }
] ++ cowboy_deps()
Expand Down

0 comments on commit 9554f5e

Please sign in to comment.