summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-03-21 16:24:57 +0000
committerrinpatch <rinpatch@sdf.org>2019-03-21 16:24:57 +0000
commitb92a16aa006dd7ec26397b6fcd111c8f8f843a9c (patch)
tree843acb85e9df0bfd03c4596cef7d33993cd4d96e /mix.exs
parentb68fb3dc172a2cb13c07d7e42351947ecade1e3b (diff)
parente59cfa7cacd48d699e42b63eb9ec9503d72083a2 (diff)
downloadpleroma-b92a16aa006dd7ec26397b6fcd111c8f8f843a9c.tar.gz
pleroma-b92a16aa006dd7ec26397b6fcd111c8f8f843a9c.zip
Merge branch 'ecto-3-migration' into 'develop'
Ecto 3.0.7 (ecto_sql 3.0.5) migration See merge request pleroma/pleroma!957
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index efdf15d3a..3f3c8cd35 100644
--- a/mix.exs
+++ b/mix.exs
@@ -61,7 +61,8 @@ defmodule Pleroma.Mixfile do
{:phoenix, "~> 1.4.1"},
{:plug_cowboy, "~> 2.0"},
{:phoenix_pubsub, "~> 1.1"},
- {:phoenix_ecto, "~> 3.3"},
+ {:phoenix_ecto, "~> 4.0"},
+ {:ecto_sql, "~>3.0.5"},
{:postgrex, ">= 0.13.5"},
{:gettext, "~> 0.15"},
{:comeonin, "~> 4.1.1"},