Skip to content

Commit

Permalink
refactor: Allow usage with amqp 4.x (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGaiva authored Nov 12, 2024
1 parent f4682eb commit 34e6724
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 @@ -33,7 +33,7 @@ defmodule BroadwayRabbitMQ.MixProject do
defp deps do
[
{:broadway, "~> 1.0"},
{:amqp, "~> 1.3 or ~> 2.0 or ~> 3.0"},
{:amqp, "~> 1.3 or ~> 2.0 or ~> 3.0 or ~> 4.0"},
{:nimble_options, "~> 0.3.5 or ~> 0.4.0 or ~> 1.0"},
{:telemetry, "~> 0.4.3 or ~> 1.0"},

Expand Down

0 comments on commit 34e6724

Please sign in to comment.