Skip to content

Commit

Permalink
Bump recommended hackney to ~> 1.15.2
Browse files Browse the repository at this point in the history
Due to unannounced breaking change in OTP version 22.1 hackney below the version 1.15.2 stopped working.

Older versions are throwing `{:option, :server_only, :honor_cipher_order}` on OTP >= 22.1 and 1.15.2 fixes this issue.

Reference:
benoitc/hackney#591
edgurgel/httpoison#393
  • Loading branch information
kaaboaye authored and teamon committed Jan 13, 2020
1 parent 130c2d5 commit 7cbee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ defp deps do
{:tesla, "~> 1.3.0"},

# optional, but recommended adapter
{:hackney, "~> 1.14.0"},
{:hackney, "~> 1.15.2"},

# optional, required by JSON middleware
{:jason, ">= 1.0.0"}
Expand Down

0 comments on commit 7cbee81

Please sign in to comment.