summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-07-30 09:08:50 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-07-30 09:08:50 +0300
commitaac7e0314eee9cb629e7bdc290b32aa0b12100cc (patch)
tree6d873a9299ba303697194f402a8a89ece45335b9 /mix.exs
parent4f10ef5e46f6ecd780994a10b139acb1351b7225 (diff)
set `postgrex` version
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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"},