diff --git a/mix.exs b/mix.exs index bd3247e..da9b26e 100644 --- a/mix.exs +++ b/mix.exs @@ -29,7 +29,7 @@ defmodule Amplitude.Mixfile do defp deps do [ {:httpoison, "~> 0.11.2"}, - {:poison, "~> 3.1.0"} + {:poison, "~> 2.0"} ] end end