Skip to content

Commit

Permalink
change poison version for Phoenix 1.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pbonney committed May 25, 2017
1 parent 6432b12 commit bd2e2f7
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 @@ -29,7 +29,7 @@ defmodule Amplitude.Mixfile do
defp deps do
[
{:httpoison, "~> 0.11.2"},
{:poison, "~> 3.1.0"}
{:poison, "~> 2.0"}
]
end
end

0 comments on commit bd2e2f7

Please sign in to comment.