summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-06-23 13:02:41 -0500
committerAlex Gleason <alex@alexgleason.me>2021-06-23 13:22:32 -0500
commit54af527759a222fff4adc7ab52425f4e1085eb2c (patch)
treee23e9940e8196558458cb9ec48e47cc75a864135 /mix.exs
parenta8adc300d4cfc88ef19f1977e32068437ed4ad00 (diff)
Upgrade Ecto to v3.6.2, remove deprecated ecto_explain
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index afb4da1f6..92b76d70c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -121,8 +121,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_pubsub, "~> 2.0"},
{:phoenix_ecto, "~> 4.0"},
{:ecto_enum, "~> 1.4"},
- {:ecto_explain, "~> 0.1.2"},
- {:ecto_sql, "~> 3.4.4"},
+ {:ecto_sql, "~> 3.6.2"},
{:postgrex, ">= 0.15.5"},
{:oban, "~> 2.3.4"},
{:gettext, "~> 0.18"},