Skip to content

Commit 1ac4b93

Browse files
committed
Don't list optional dependency on plug_cowboy
Closes #696. This library only really depends on Plug, not plug_cowboy in particular.
1 parent efae3a6 commit 1ac4b93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mix.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ defmodule Sentry.Mixfile do
8787
{:hackney, "~> 1.8", optional: true},
8888
{:jason, "~> 1.1", optional: true},
8989
{:plug, "~> 1.6", optional: true},
90-
{:plug_cowboy, "~> 2.3", optional: true},
9190

9291
# Dev and test dependencies
9392
{:bypass, "~> 2.0", only: [:test]},

0 commit comments

Comments
 (0)