Skip to content

Commit

Permalink
chore(deps): update dependency phoenix_pubsub to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 26, 2021
1 parent 9697458 commit 0b21912
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 Eblog.Mixfile do
# Type `mix help deps` for examples and options.
defp deps do
[{:phoenix, "~> 1.3.4"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_pubsub, "== 2.0.0"},
{:phoenix_ecto, "~> 3.0"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 2.6"},
Expand Down

0 comments on commit 0b21912

Please sign in to comment.