Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 7db3a61

Browse files
author
Josh Price
committed
Update Poison version to match Phoenix
1 parent cfb5eab commit 7db3a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule GraphQL.Plug.Mixfile do
2828
{:ex_doc, "~> 0.11", only: :dev},
2929
{:cowboy, "~> 1.0"},
3030
{:plug, "~> 0.14 or ~> 1.0"},
31-
{:poison, "~> 2.1"},
31+
{:poison, "~> 1.5 or ~> 2.0"},
3232
{:graphql, "~> 0.1.2"}]
3333
end
3434

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"ex_doc": {:hex, :ex_doc, "0.11.0"},
55
"graphql": {:hex, :graphql, "0.1.2"},
66
"plug": {:hex, :plug, "1.0.2"},
7-
"poison": {:hex, :poison, "1.5.0"},
7+
"poison": {:hex, :poison, "2.1.0"},
88
"ranch": {:hex, :ranch, "1.2.0"}}

0 commit comments

Comments
 (0)