diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-01 12:48:49 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-01 12:48:49 +0300 |
commit | d9e4b77f8be8249b428a7ef1448c9a2161dee88a (patch) | |
tree | 927869f5bdadc70c579b2fcbe09223a9dd593ab1 /mix.exs | |
parent | 814b275af7748df6bd11dfc6be1b4efce8d5ae70 (diff) | |
parent | 438394d40447bdfb590ff206ad80907294da0e65 (diff) | |
download | pleroma-d9e4b77f8be8249b428a7ef1448c9a2161dee88a.tar.gz pleroma-d9e4b77f8be8249b428a7ef1448c9a2161dee88a.zip |
Merge branch 'develop' into gun
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}, {:tesla, |