Skip to content

Commit 2323811

Browse files
committed
Relax poison dep to allow for use with Phoenix
1 parent d6aa5e2 commit 2323811

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
@@ -26,7 +26,7 @@ defmodule SparkPost.Mixfile do
2626
defp deps do
2727
[
2828
{:httpoison, "~> 0.9"},
29-
{:poison, "~> 3.0"},
29+
{:poison, "~> 2.0 or ~> 3.0"},
3030
{:mock, "~> 0.2.0", only: :test},
3131
{:excoveralls, "~> 0.5.7", only: :test},
3232
{:credo, "~> 0.5.1", only: [:dev, :test]},

0 commit comments

Comments
 (0)