From 986bf355b61356eb2870f57c732d949cdd76f3b3 Mon Sep 17 00:00:00 2001 From: Eddie Whiteside Date: Fri, 3 Nov 2023 14:55:22 +0000 Subject: [PATCH] [CMSSE-529]: Add option for using HttpPoison > 2.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4f3020b..cb88cc2 100644 --- a/mix.exs +++ b/mix.exs @@ -41,7 +41,7 @@ defmodule CloudflareAccessEx.MixProject do {:ex_check, "~> 0.15.0", only: :test, runtime: false}, {:ex_doc, "~> 0.27", only: [:dev, :test], runtime: false}, {:mix_audit, "~> 2.0", only: :test, runtime: false}, - {:httpoison, "~> 1.7"}, + {:httpoison, "~> 1.7 or ~> 2.0"}, {:joken, "~> 2.6"}, {:joken_jwks, "~> 1.6.0"}, {:plug, "~> 1.14.2"},