Merge branch 'support/package_versions' into 'develop'

[#1263] fixed ecto version

See merge request pleroma/pleroma!1685
This commit is contained in:
rinpatch 2019-09-17 19:12:24 +00:00
commit 79376abae3
1 changed files with 1 additions and 1 deletions

View File

@ -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"},