diff --git a/mix.exs b/mix.exs index 90ed03f..811e008 100644 --- a/mix.exs +++ b/mix.exs @@ -21,7 +21,7 @@ defmodule HTTPoison.Mixfile do defp deps do [ { :hackney, github: "benoitc/hackney", ref: "cf90543f9cc21ffea34d71035521b0102b8555cf" }, - { :httparrot, github: "edgurgel/httparrot", tag: "0.2.0", only: :test }, + { :httparrot, github: "edgurgel/httparrot", tag: "0.3.0", only: :test }, { :meck, github: "eproxus/meck", tag: "0.8.2", only: :test } ] end