diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 09:08:50 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 09:08:50 +0300 |
commit | aac7e0314eee9cb629e7bdc290b32aa0b12100cc (patch) | |
tree | 6d873a9299ba303697194f402a8a89ece45335b9 | |
parent | 4f10ef5e46f6ecd780994a10b139acb1351b7225 (diff) | |
download | pleroma-aac7e0314eee9cb629e7bdc290b32aa0b12100cc.tar.gz |
set `postgrex` version
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |