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 470b2e4 commit 3ae9b75Copy full SHA for 3ae9b75
mix.exs
@@ -25,7 +25,7 @@ defmodule Sentry.Mixfile do
25
defp deps do
26
[
27
{:hackney, "~> 1.8 or 1.6.5"},
28
- {:jason, "~> 1.1", only: [:test]},
+ {:jason, "~> 1.1", optional: true},
29
{:plug, "~> 1.6", optional: true},
30
{:phoenix, "~> 1.3", optional: true},
31
{:dialyxir, "> 0.0.0", only: [:dev], runtime: false},
0 commit comments