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 Jan 12, 2020
1 parent 130c2d5 commit 416f2a1
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 416f2a1

Please sign in to comment.