Skip to content

Commit

Permalink
loosen jason dependency
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
athal7 committed Aug 29, 2020
1 parent 68d864c commit 472f349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule ApolloTracing.Mixfile do
[
{:absinthe, "~> 1.4"},
{:absinthe_plug, "~> 1.4", optional: true},
{:jason, "~> 1.1.2", optional: true},
{:jason, "~> 1.1", optional: true},
{:ex_doc, ">= 0.0.0", only: :dev}
]
end
Expand Down

0 comments on commit 472f349

Please sign in to comment.