Skip to content

Commit fcf468d

Browse files
Merge pull request #199 from halostatue/patch-1
Allow Hackney 1.9 and later
2 parents 838a629 + a08a51b commit fcf468d

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
@@ -24,7 +24,7 @@ defmodule Sentry.Mixfile do
2424

2525
defp deps do
2626
[
27-
{:hackney, "~> 1.8.0 or 1.6.5"},
27+
{:hackney, "~> 1.8 or 1.6.5"},
2828
{:uuid, "~> 1.0"},
2929
{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0"},
3030
{:plug, "~> 1.0", optional: true},

0 commit comments

Comments
 (0)