Skip to content

Commit

Permalink
Upgrade to latest HTTP poison
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNuke committed Nov 15, 2015
1 parent 7e0ecba commit a576f94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule Hound.Mixfile do

defp deps do
[
{:httpoison, "~> 0.7"},
{:httpoison, "~> 0.8"},
{:poison, "~> 1.4"},
{:earmark, "~> 0.1.17 or ~> 0.2", only: :docs},
{:ex_doc, "~> 0.10.0", only: :docs}
Expand Down
8 changes: 5 additions & 3 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
%{"earmark": {:hex, :earmark, "0.1.18"},
%{"certifi": {:hex, :certifi, "0.1.1"},
"earmark": {:hex, :earmark, "0.1.18"},
"ex_doc": {:hex, :ex_doc, "0.10.0"},
"hackney": {:hex, :hackney, "1.1.0"},
"httpoison": {:hex, :httpoison, "0.7.0"},
"hackney": {:hex, :hackney, "1.4.4"},
"httpoison": {:hex, :httpoison, "0.8.0"},
"idna": {:hex, :idna, "1.0.2"},
"mimerl": {:hex, :mimerl, "1.0.0"},
"poison": {:hex, :poison, "1.4.0"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}}

0 comments on commit a576f94

Please sign in to comment.