summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-07-29 02:12:35 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-07-29 02:12:35 +0000
commit9d78b3b281ff7f758d4e0dce19fd74d938e47ccc (patch)
treefe014e9a8dff83514a2a611986054a0f5edd6b7d /mix.exs
parentb38d21060e6c7e71171229e0cb457ee3b49286b9 (diff)
downloadpleroma-9d78b3b281ff7f758d4e0dce19fd74d938e47ccc.tar.gz
pleroma-9d78b3b281ff7f758d4e0dce19fd74d938e47ccc.zip
mix: add ex_const dependency
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index e69940c5d..2a8fe2e9d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -150,6 +150,7 @@ defmodule Pleroma.Mixfile do
{:benchee, "~> 1.0"},
{:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
{:ex_rated, "~> 1.3"},
+ {:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
{:excoveralls, "~> 0.11.1", only: :test},
{:mox, "~> 0.5", only: :test}