diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-17 22:02:37 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-17 22:02:37 +0300 |
commit | d201eec45cc5eb8c7b0c912c14be4704dbb4c1b1 (patch) | |
tree | c8b269c8ec9dac32cf7faeedd8c9b40198923a3b | |
parent | 7318095657175ff05a09af83b981110a58026cf9 (diff) | |
download | pleroma-d201eec45cc5eb8c7b0c912c14be4704dbb4c1b1.tar.gz pleroma-d201eec45cc5eb8c7b0c912c14be4704dbb4c1b1.zip |
fixed ecto version
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ defmodule Pleroma.Mixfile do {:plug_cowboy, "~> 2.0"}, {:phoenix_pubsub, "~> 1.1"}, {:phoenix_ecto, "~> 4.0"}, - {:ecto_sql, "~> 3.1"}, + {:ecto_sql, "~> 3.2"}, {:postgrex, ">= 0.13.5"}, {:oban, "~> 0.8.1"}, {:quantum, "~> 2.3"}, |