Skip to content

Commit 68a657f

Browse files
chore(deps): update dependency postgrex to == 0.20.0
1 parent 2c94525 commit 68a657f

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
@@ -33,7 +33,7 @@ defmodule Eblog.Mixfile do
3333
[{:phoenix, "== 1.6.16"},
3434
{:phoenix_pubsub, "== 1.1.2"},
3535
{:phoenix_ecto, "== 3.6.0"},
36-
{:postgrex, "== 0.16.5"},
36+
{:postgrex, "== 0.20.0"},
3737
{:phoenix_html, "== 2.14.3"},
3838
{:phoenix_live_reload, "== 1.3.3", only: :dev},
3939
{:gettext, "== 0.19.1"},

0 commit comments

Comments
 (0)