Skip to content

Commit

Permalink
Adds httpoison ~> 2.0 support (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: antedeguemon <[email protected]>
  • Loading branch information
antedeguemon and antedeguemon authored Feb 12, 2023
1 parent 2204e8f commit 23900f2
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 @@ -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]},
Expand Down

0 comments on commit 23900f2

Please sign in to comment.