Upgrade Ecto to v3.6.2, remove deprecated ecto_explain
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 436381f325b766778856e42284d571f350cd836e..182b655ad45f1d5149d4692cb921fa50cbd10bb9 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -121,7 +121,7 @@ defmodule Pleroma.Mixfile do
       {:phoenix_pubsub, "~> 2.0"},
       {:phoenix_ecto, "~> 4.0"},
       {:ecto_enum, "~> 1.4"},
-      {:ecto_sql, "~> 3.4.4"},
+      {:ecto_sql, "~> 3.6.2"},
       {:postgrex, ">= 0.15.5"},
       {:oban, "~> 2.3.4"},
       {:gettext, "~> 0.18"},