We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419952d commit f21cb87Copy full SHA for f21cb87
mix.exs
@@ -24,7 +24,7 @@ defmodule Sentry.Mixfile do
24
25
defp deps do
26
[
27
- {:hackney, "~> 1.8.0"},
+ {:hackney, "~> 1.8.0 or 1.6.5"},
28
{:uuid, "~> 1.0"},
29
{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0"},
30
{:plug, "~> 1.0", optional: true},
0 commit comments