Skip to content

Commit

Permalink
Update poison
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jan 5, 2017
1 parent 82d89bd commit bf72403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule Cluster.Mixfile do
defp deps do
[{:ex_doc, "~> 0.13", only: :dev},
{:dialyxir, "~> 0.3", only: :dev},
{:poison, "~> 2.2"}]
{:poison, "~> 3.0"}]
end

defp package do
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{"dialyxir": {:hex, :dialyxir, "0.4.2", "73d293bb57413c0ef6d4c880e3dc1c0bf52e1fe6ad68138351f2887beed33a34", [:mix], []},
"earmark": {:hex, :earmark, "1.0.3", "89bdbaf2aca8bbb5c97d8b3b55c5dd0cff517ecc78d417e87f1d0982e514557b", [:mix], []},
"ex_doc": {:hex, :ex_doc, "0.14.5", "c0433c8117e948404d93ca69411dd575ec6be39b47802e81ca8d91017a0cf83c", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
"poison": {:hex, :poison, "2.2.0", "4763b69a8a77bd77d26f477d196428b741261a761257ff1cf92753a0d4d24a63", [:mix], []}}
"poison": {:hex, :poison, "3.0.0", "625ebd64d33ae2e65201c2c14d6c85c27cc8b68f2d0dd37828fde9c6920dd131", [:mix], []}}

0 comments on commit bf72403

Please sign in to comment.