Skip to content

Commit

Permalink
[CMSSE-529]: Add option for using HttpPoison > 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieWhi committed Nov 3, 2023
1 parent b0a7d1f commit 986bf35
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 @@ -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"},
Expand Down

0 comments on commit 986bf35

Please sign in to comment.