Skip to content

Commit c2f0e15

Browse files
author
Josh Price
committed
Update Poison to 2.0
1 parent f975959 commit c2f0e15

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
@@ -22,7 +22,7 @@ defmodule GraphQL.Parser.Mixfile do
2222
end
2323

2424
defp deps do
25-
[{:poison, "~> 1.5"},
25+
[{:poison, "~> 2.0"},
2626
{:earmark, "~> 0.1", only: :dev},
2727
{:ex_doc, "~> 0.11", only: :dev}]
2828
end

0 commit comments

Comments
 (0)