diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-06-23 13:02:41 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-06-23 13:22:32 -0500 |
commit | 54af527759a222fff4adc7ab52425f4e1085eb2c (patch) | |
tree | e23e9940e8196558458cb9ec48e47cc75a864135 /mix.exs | |
parent | a8adc300d4cfc88ef19f1977e32068437ed4ad00 (diff) | |
download | pleroma-54af527759a222fff4adc7ab52425f4e1085eb2c.tar.gz |
Upgrade Ecto to v3.6.2, remove deprecated ecto_explain
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"}, |