diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2019-07-29 02:12:35 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2019-07-29 02:12:35 +0000 |
commit | 9d78b3b281ff7f758d4e0dce19fd74d938e47ccc (patch) | |
tree | fe014e9a8dff83514a2a611986054a0f5edd6b7d /mix.exs | |
parent | b38d21060e6c7e71171229e0cb457ee3b49286b9 (diff) | |
download | pleroma-9d78b3b281ff7f758d4e0dce19fd74d938e47ccc.tar.gz pleroma-9d78b3b281ff7f758d4e0dce19fd74d938e47ccc.zip |
mix: add ex_const dependency
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |