Skip to content

Commit

Permalink
Don't list optional dependency on plug_cowboy
Browse files Browse the repository at this point in the history
Closes #696.

This library only really depends on Plug, not plug_cowboy in particular.
  • Loading branch information
whatyouhide committed Feb 24, 2024
1 parent efae3a6 commit 1ac4b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ defmodule Sentry.Mixfile do
{:hackney, "~> 1.8", optional: true},
{:jason, "~> 1.1", optional: true},
{:plug, "~> 1.6", optional: true},
{:plug_cowboy, "~> 2.3", optional: true},

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

0 comments on commit 1ac4b93

Please sign in to comment.