Skip to content

Commit 801c418

Browse files
lboekhorstscrogson
authored andcommitted
Relax hackney version requirement (#122)
1 parent f203591 commit 801c418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule OAuth2.Mixfile do
2727
end
2828

2929
defp deps do
30-
[{:hackney, ">= 1.7.0 and <= 1.9.0"},
30+
[{:hackney, "~> 1.7"},
3131

3232
# Test dependencies
3333
{:poison, "~> 3.0", only: :test},

0 commit comments

Comments
 (0)