diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-17 19:12:24 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-17 19:12:24 +0000 |
commit | 79376abae347a5039931f57c581074b6da859827 (patch) | |
tree | 36ce47f03ed9386501ae3d065b60f1ad50e38ceb | |
parent | ef2e2c5e1240c1e7eac677060e8ed4a6845815b5 (diff) | |
parent | d201eec45cc5eb8c7b0c912c14be4704dbb4c1b1 (diff) | |
download | pleroma-79376abae347a5039931f57c581074b6da859827.tar.gz pleroma-79376abae347a5039931f57c581074b6da859827.zip |
Merge branch 'support/package_versions' into 'develop'
[#1263] fixed ecto version
See merge request pleroma/pleroma!1685
-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"}, |