Skip to content

Commit bac3702

Browse files
chore(deps): update dependency postgrex to >= 0.17.2
1 parent 709720b commit bac3702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/city_trees/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule CityTrees.MixProject do
3939
{:bcrypt_elixir, "~> 3.0"},
4040
{:phoenix_pubsub, "~> 2.1"},
4141
{:ecto_sql, "~> 3.8"},
42-
{:postgrex, ">= 0.16.3"},
42+
{:postgrex, ">= 0.17.2"},
4343
{:geo, "~> 3.4"},
4444
{:geo_postgis, "~> 3.4"},
4545
{:jason, "~> 1.3"},

0 commit comments

Comments
 (0)