summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-01-28 17:06:36 +0100
committerlain <lain@soykaf.club>2020-01-28 17:06:36 +0100
commitd385789a450d455019c8aa6b6ee6abd28d5648e8 (patch)
treed37b214ff074084c747cf7a7fa962cbf14e86f3c /mix.exs
parente3fae3380e2af0978436191127b148923f62ae53 (diff)
parent271935953a384eb97606fb48d1b5c7befaf588e4 (diff)
downloadpleroma-d385789a450d455019c8aa6b6ee6abd28d5648e8.tar.gz
pleroma-d385789a450d455019c8aa6b6ee6abd28d5648e8.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/tag_feed
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 0aa7c862f..ea6b29f57 100644
--- a/mix.exs
+++ b/mix.exs
@@ -101,7 +101,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},
{:ecto_enum, "~> 1.4"},
- {:ecto_sql, "~> 3.2"},
+ {:ecto_sql, "~> 3.3.2"},
{:postgrex, ">= 0.13.5"},
{:oban, "~> 0.12.0"},
{:quantum, "~> 2.3"},