From 23900f232ffb2a8f7cba41140236d428e5ca9dd6 Mon Sep 17 00:00:00 2001 From: Vicente Merlo Date: Sun, 12 Feb 2023 07:26:54 -0300 Subject: [PATCH] Adds httpoison ~> 2.0 support (#196) Co-authored-by: antedeguemon --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6c26bfc..73fff54 100644 --- a/mix.exs +++ b/mix.exs @@ -30,7 +30,7 @@ defmodule ExVCR.Mixfile do {:exjsx, "~> 4.0"}, {:ibrowse, "4.4.0", optional: true}, {:httpotion, "~> 3.1", optional: true}, - {:httpoison, "~> 1.0", optional: true}, + {:httpoison, "~> 1.0 or ~> 2.0", optional: true}, {:finch, "~> 0.8", optional: true}, {:excoveralls, "~> 0.14", only: :test}, {:http_server, github: "parroty/http_server", only: [:dev, :test]},