Skip to content

Commit

Permalink
Relax dependency constraint on Finch (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: parroty <parroty@users.noreply.github.com>
  • Loading branch information
thbar and parroty authored Jan 27, 2022
1 parent 88054e8 commit fe102c4
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 @@ -31,7 +31,7 @@ defmodule ExVCR.Mixfile do
{:ibrowse, "4.4.0", optional: true},
{:httpotion, "~> 3.1", optional: true},
{:httpoison, "~> 1.0", optional: true},
{:finch, "~> 0.8.0", optional: true},
{:finch, "~> 0.8", optional: true},
{:excoveralls, "~> 0.14", only: :test},
{:http_server, github: "parroty/http_server", only: [:dev, :test]},
{:ex_doc, ">= 0.0.0", only: :dev}
Expand Down

0 comments on commit fe102c4

Please sign in to comment.