summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-02-29 17:58:48 +0000
committerrinpatch <rinpatch@sdf.org>2020-02-29 17:58:48 +0000
commit269aa9c8a5acc72c76105c78c2c60e18cf71a70b (patch)
treee2cd8c305e93ad6eca0ae78d1972c9873ebd3147 /mix.exs
parent0fefc4033fb61f927ca8e6357d5773c37e999767 (diff)
parentc026128325e5dd44d8660fc99415befc581dd6a9 (diff)
downloadpleroma-269aa9c8a5acc72c76105c78c2c60e18cf71a70b.tar.gz
pleroma-269aa9c8a5acc72c76105c78c2c60e18cf71a70b.zip
Merge branch 'chore/update-cachex' into 'develop'
deps: update cachex to 3.2.0 See merge request pleroma/pleroma!2259
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"},