Skip to content

Commit cbdd934

Browse files
committed
hackney 1.8 or greater
1 parent 535e1b2 commit cbdd934

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

2929
defp deps do
3030
[
31-
{:hackney, "~> 1.8 or 1.6.5", optional: true},
31+
{:hackney, "~> 1.8", optional: true},
3232
{:jason, "~> 1.1", optional: true},
3333
{:plug, "~> 1.6", optional: true},
3434
{:plug_cowboy, "~> 2.3", optional: true},

0 commit comments

Comments
 (0)