Skip to content

Commit

Permalink
Relax HTTPoison dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdegroot authored Mar 12, 2020
1 parent c833dad commit 05ec79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Elastix.Mixfile do
{:ex_doc, "~> 0.14", only: :dev},
{:credo, "~> 0.6", only: [:dev, :test]},
{:mix_test_watch, "~> 0.3", only: [:test, :dev]},
{:poison, "~> 4.0", optional: true},
{:poison, "~> 3.0 or ~> 4.0", optional: true},
{:httpoison, "~> 1.4"},
{:retry, "~> 0.8"}
]
Expand Down

0 comments on commit 05ec79f

Please sign in to comment.