fixed ecto version

This commit is contained in:
Maksim Pechnikov 2019-09-17 22:02:37 +03:00
parent 7318095657
commit d201eec45c
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"},