Skip to content

Commit f21cb87

Browse files
committed
relax hackney
1 parent 419952d commit f21cb87

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"},
27+
{:hackney, "~> 1.8.0 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)