Skip to content

Commit ceef149

Browse files
chore(deps): update dependency phoenix_pubsub to v2
1 parent bfe252c commit ceef149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule Eblog.Mixfile do
3131
# Type `mix help deps` for examples and options.
3232
defp deps do
3333
[{:phoenix, "== 1.6.10"},
34-
{:phoenix_pubsub, "== 1.1.2"},
34+
{:phoenix_pubsub, "== 2.1.3"},
3535
{:phoenix_ecto, "== 3.6.0"},
3636
{:postgrex, "== 0.16.3"},
3737
{:phoenix_html, "== 2.14.3"},

0 commit comments

Comments
 (0)