We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6aa5e2 commit 2323811Copy full SHA for 2323811
mix.exs
@@ -26,7 +26,7 @@ defmodule SparkPost.Mixfile do
26
defp deps do
27
[
28
{:httpoison, "~> 0.9"},
29
- {:poison, "~> 3.0"},
+ {:poison, "~> 2.0 or ~> 3.0"},
30
{:mock, "~> 0.2.0", only: :test},
31
{:excoveralls, "~> 0.5.7", only: :test},
32
{:credo, "~> 0.5.1", only: [:dev, :test]},
0 commit comments