Skip to content

Commit

Permalink
Update to HTTParrot 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Jun 25, 2014
1 parent e9040f4 commit 9e050f1
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 @@ -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

Expand Down

0 comments on commit 9e050f1

Please sign in to comment.