Skip to content

Commit 3ae9b75

Browse files
committed
make jason optional
1 parent 470b2e4 commit 3ae9b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule Sentry.Mixfile do
2525
defp deps do
2626
[
2727
{:hackney, "~> 1.8 or 1.6.5"},
28-
{:jason, "~> 1.1", only: [:test]},
28+
{:jason, "~> 1.1", optional: true},
2929
{:plug, "~> 1.6", optional: true},
3030
{:phoenix, "~> 1.3", optional: true},
3131
{:dialyxir, "> 0.0.0", only: [:dev], runtime: false},

0 commit comments

Comments
 (0)