diff options
author | lain <lain@soykaf.club> | 2019-07-29 16:30:47 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-07-29 16:30:47 +0000 |
commit | 1dfde4151ca096742da593160d33a629494c9f1c (patch) | |
tree | 8999d2c1ccdea93e55e1ac7961778bc8d9054873 /mix.exs | |
parent | 3b8cd27b053e08bfb06a248033477efdb9e78684 (diff) | |
parent | b93498eb5289dc92587b77c316ed9f697bb9e5c8 (diff) | |
download | pleroma-1dfde4151ca096742da593160d33a629494c9f1c.tar.gz pleroma-1dfde4151ca096742da593160d33a629494c9f1c.zip |
Merge branch 'refactor/use-constants' into 'develop'
refactoring: begin to use constants
See merge request pleroma/pleroma!1500
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} |