summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-03-02 15:35:49 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-03-02 15:35:49 +0400
commit4a45b96a91485a39f26bcc86b6cbd21d1547511e (patch)
treeb4a6cc3f7be26b84b85d3a1ff3adc9b896b54e85 /mix.exs
parentf446744a6a72d707504c2ba20ea2326f956b5097 (diff)
parent45b08ca1665920564c9daf35a96e93dff031a649 (diff)
downloadpleroma-4a45b96a91485a39f26bcc86b6cbd21d1547511e.tar.gz
pleroma-4a45b96a91485a39f26bcc86b6cbd21d1547511e.zip
Merge branch 'develop' into fix/signup-without-email
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 24f183472..266dcac27 100644
--- a/mix.exs
+++ b/mix.exs
@@ -117,7 +117,7 @@ defmodule Pleroma.Mixfile do
{:html_entities, "~> 0.5", override: true},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},
- {:cachex, "~> 3.0.2"},
+ {:cachex, "~> 3.2"},
{:poison, "~> 3.0", override: true},
{:tesla, "~> 1.3", override: true},
{:jason, "~> 1.0"},