Skip to content

Commit

Permalink
Require hackney 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Toporkov committed May 26, 2020
1 parent ae7a8ea commit fc8b65a
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 @@ -42,7 +42,7 @@ defmodule HTTPoison.Mixfile do

defp deps do
[
{:hackney, "~> 1.15 and >= 1.15.2"},
{:hackney, "~> 1.16 and >= 1.16.0"},
{:mimic, "~> 0.1", only: :test},
{:jason, "~> 1.2", only: :test},
{:httparrot, "~> 1.2", only: :test},
Expand Down

0 comments on commit fc8b65a

Please sign in to comment.