summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorThog <me@thog.eu>2018-05-20 18:05:34 +0200
committerThog <me@thog.eu>2018-05-20 20:08:40 +0200
commite55c6f311b8f459402134351230a5ff9700a8ff0 (patch)
treedc752c2917682c7c98a3d76c3ffcb33f4496120b /mix.exs
parent413de8e4bcacc363958673d33787195823f7fe87 (diff)
downloadpleroma-e55c6f311b8f459402134351230a5ff9700a8ff0.tar.gz
pleroma-e55c6f311b8f459402134351230a5ff9700a8ff0.zip
Migrate to comeonin 4 and Cachex 3
Also fix some warning in the code and add a missing alias
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index f49d2d04a..281687294 100644
--- a/mix.exs
+++ b/mix.exs
@@ -36,12 +36,13 @@ defmodule Pleroma.Mixfile do
{:postgrex, ">= 0.0.0"},
{:gettext, "~> 0.11"},
{:cowboy, "~> 1.0", override: true},
- {:comeonin, "~> 3.0"},
+ {:comeonin, "~> 4.0"},
+ {:pbkdf2_elixir, "~> 0.12"},
{:trailing_format_plug, "~> 0.0.5"},
{:html_sanitize_ex, "~> 1.3.0-rc1"},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.16.1"},
- {:cachex, "~> 2.1"},
+ {:cachex, "~> 3.0"},
{:httpoison, "~> 1.1.0"},
{:jason, "~> 1.0"},
{:ex_machina, "~> 2.0", only: :test},