diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-06-23 13:02:41 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-07-17 13:53:19 -0500 |
commit | c136dc0987dda1b48298380b0db48bd92fef3f78 (patch) | |
tree | a5edd1dad14a3309f056422d7cee084fe252cc5f /mix.exs | |
parent | 25676c84be5d7126f17e009ee87abd2df42fa65c (diff) | |
download | pleroma-c136dc0987dda1b48298380b0db48bd92fef3f78.tar.gz pleroma-c136dc0987dda1b48298380b0db48bd92fef3f78.zip |
Upgrade Ecto to v3.6.2, remove deprecated ecto_explain
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |