Skip to content

Commit

Permalink
Merge pull request #413 from 4tyTwo/upgrade_hackney
Browse files Browse the repository at this point in the history
Require hackney 1.16
  • Loading branch information
edgurgel committed Jun 2, 2020
2 parents 353114b c0c2e30 commit b3d57ef
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"},
{:mimic, "~> 0.1", only: :test},
{:jason, "~> 1.2", only: :test},
{:httparrot, "~> 1.2", only: :test},
Expand Down

0 comments on commit b3d57ef

Please sign in to comment.