Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b094a1b

Browse files
committedJun 3, 2024··
Relax HTTPoison version
1 parent ad9e294 commit b094a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ defmodule SafeURL.MixProject do
5757
# Dependencies
5858
defp deps do
5959
[
60-
{:httpoison, "~> 1.8", optional: true},
60+
{:httpoison, "~> 1.0 or ~> 2.0", optional: true},
6161
{:inet_cidr, "~> 1.0"},
6262
{:dns, "~> 2.2"},
6363
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},

0 commit comments

Comments
 (0)
Please sign in to comment.