diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-29 17:58:48 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-02-29 17:58:48 +0000 |
commit | 269aa9c8a5acc72c76105c78c2c60e18cf71a70b (patch) | |
tree | e2cd8c305e93ad6eca0ae78d1972c9873ebd3147 /mix.exs | |
parent | 0fefc4033fb61f927ca8e6357d5773c37e999767 (diff) | |
parent | c026128325e5dd44d8660fc99415befc581dd6a9 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |