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.
2 parents 03a6852 + 4602bee commit 0aaeb8eCopy full SHA for 0aaeb8e
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