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 03a6852 commit 4602beeCopy full SHA for 4602bee
mix.exs
@@ -27,7 +27,7 @@ defmodule Sentry.Mixfile do
27
{:hackney, "~> 1.8 or 1.6.5"},
28
{:jason, "~> 1.1", optional: true},
29
{:plug, "~> 1.6", optional: true},
30
- {:plug_cowboy, "~> 1.0", optional: true},
+ {:plug_cowboy, "~> 1.0 or ~> 2.0", optional: true},
31
{:phoenix, "~> 1.3", optional: true},
32
{:dialyxir, "> 0.0.0", only: [:dev], runtime: false},
33
{:ex_doc, "~> 0.19.0", only: :dev},
0 commit comments