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 535e1b2 commit cbdd934Copy full SHA for cbdd934
mix.exs
@@ -28,7 +28,7 @@ defmodule Sentry.Mixfile do
28
29
defp deps do
30
[
31
- {:hackney, "~> 1.8 or 1.6.5", optional: true},
+ {:hackney, "~> 1.8", optional: true},
32
{:jason, "~> 1.1", optional: true},
33
{:plug, "~> 1.6", optional: true},
34
{:plug_cowboy, "~> 2.3", optional: true},
0 commit comments