Skip to content

Commit

Permalink
Allow Req 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Nov 13, 2023
1 parent 9aa1825 commit 74358ba
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 @@ -69,7 +69,7 @@ defmodule Swoosh.Mixfile do
{:telemetry, "~> 0.4.2 or ~> 1.0"},
{:hackney, "~> 1.9", optional: true},
{:finch, "~> 0.6", optional: true},
{:req, "~> 0.4", optional: true},
{:req, "~> 0.4 or ~> 1.0", optional: true},
{:mail, "~> 0.2", optional: true},
{:gen_smtp, "~> 0.13 or ~> 1.0", optional: true},
{:cowboy, "~> 1.1 or ~> 2.4", optional: true},
Expand Down

0 comments on commit 74358ba

Please sign in to comment.