Skip to content

Commit 913ce38

Browse files
committed
remove poison from applications list
1 parent 739615a commit 913ce38

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
@@ -18,7 +18,7 @@ defmodule Sentry.Mixfile do
1818
def application do
1919
[
2020
mod: {Sentry, []},
21-
applications: [:hackney, :poison, :logger]
21+
applications: [:hackney, :logger]
2222
]
2323
end
2424

0 commit comments

Comments
 (0)