Skip to content

Commit

Permalink
Relax HTTPoison version
Browse files Browse the repository at this point in the history
  • Loading branch information
martosaur committed Jun 3, 2024
1 parent ad9e294 commit 731936b
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 @@ -57,7 +57,7 @@ defmodule SafeURL.MixProject do
# Dependencies
defp deps do
[
{:httpoison, "~> 1.8", optional: true},
{:httpoison, "~> 1.0 or ~> 2.0", optional: true},
{:inet_cidr, "~> 1.0"},
{:dns, "~> 2.2"},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
Expand Down

0 comments on commit 731936b

Please sign in to comment.