Skip to content

Commit

Permalink
build(deps): update amqp requirement from ~> 1.6 to ~> 2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [amqp](https://github.com/pma/amqp) to permit the latest version.
- [Release notes](https://github.com/pma/amqp/releases)
- [Commits](pma/amqp@v1.6.0...v2.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Mar 8, 2021
1 parent fdc029e commit bcbbc97
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 @@ -57,7 +57,7 @@ defmodule StepFlow.MixProject do

defp deps do
[
{:amqp, "~> 1.6"},
{:amqp, "~> 2.1"},
{:blue_bird, "~> 0.4.1"},
{:cowboy, "~> 2.8.0"},
{:credo, "~> 1.3", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit bcbbc97

Please sign in to comment.