Skip to content

Commit 0b21912

Browse files
committed
chore(deps): update dependency phoenix_pubsub to v2
1 parent 9697458 commit 0b21912

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.3.4"},
34-
{:phoenix_pubsub, "~> 1.0"},
34+
{:phoenix_pubsub, "== 2.0.0"},
3535
{:phoenix_ecto, "~> 3.0"},
3636
{:postgrex, ">= 0.0.0"},
3737
{:phoenix_html, "~> 2.6"},

0 commit comments

Comments
 (0)