summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-17 11:19:30 +0200
committerlain <lain@soykaf.club>2019-05-17 11:19:30 +0200
commit718b59a2631af6245570a073e3c5b2464b810a27 (patch)
treedb2d2105c56a0ae3965f3bd4796a0d5d9dcc30f9 /mix.exs
parent88cc423fa3c4baa698e99e1e62d251b6f81cc93d (diff)
downloadpleroma-718b59a2631af6245570a073e3c5b2464b810a27.tar.gz
pleroma-718b59a2631af6245570a073e3c5b2464b810a27.zip
Dependencies: Update ecto sql once more.
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 2535fcf98..2888b69e2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -67,7 +67,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_ecto, "~> 4.0"},
{:ecto_sql,
git: "https://github.com/elixir-ecto/ecto_sql",
- ref: "e839a9a327b632d73533ac8105ba360bc831cf83",
+ ref: "14cb065a74c488d737d973f7a91bc036c6245f78",
override: true},
{:postgrex, ">= 0.13.5"},
{:gettext, "~> 0.15"},