From: Maksim Pechnikov Date: Thu, 30 Jul 2020 06:08:50 +0000 (+0300) Subject: set `postgrex` version X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=aac7e0314eee9cb629e7bdc290b32aa0b12100cc;p=akkoma set `postgrex` version --- diff --git a/mix.exs b/mix.exs index 87c5c92af..00fb2eb5e 100644 --- a/mix.exs +++ b/mix.exs @@ -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"},