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 363b5f2 commit 8170dc6Copy full SHA for 8170dc6
1 file changed
mix.exs
@@ -98,7 +98,7 @@ defmodule Sentry.Mixfile do
98
[
99
{:nimble_options, "~> 1.0"},
100
# Optional dependencies
101
- {:hackney, "~> 1.8", optional: true},
+ {:hackney, ">= 1.8.0 and < 5.0.0", optional: true},
102
{:finch, "~> 0.21", optional: true},
103
{:jason, "~> 1.1", optional: true},
104
{:phoenix, "~> 1.6", optional: true},
0 commit comments