set `postgrex` version

This commit is contained in:
Maksim Pechnikov 2020-07-30 09:08:50 +03:00
parent 4f10ef5e46
commit aac7e0314e
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_ecto, "~> 4.0"},
{:ecto_enum, "~> 1.4"},
{:ecto_sql, "~> 3.4.4"},
{:postgrex, ">= 0.13.5"},
{:postgrex, ">= 0.15.5"},
{:oban, "~> 2.0.0"},
{:gettext, "~> 0.15"},
{:pbkdf2_elixir, "~> 1.0"},