aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-07-19 12:35:45 +0200
committerMickael Remond <mremond@process-one.net>2016-07-19 12:35:45 +0200
commitf79ac6874e731ac0eb16c40e62d93e6315db6501 (patch)
tree2369d74c4c5b9724dc8259288f74785d1d7b4406 /mix.exs
parentMake access rules in ejabberd_web_admin configurable (diff)
Lock relx version as newer version does not compile fine
Diffstat (limited to '')
-rw-r--r--mix.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 0806e1210..03ce64da2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -56,7 +56,10 @@ defmodule Ejabberd.Mixfile do
{:ezlib, "~> 1.0"},
{:iconv, "~> 1.0"},
{:eredis, "~> 1.0"},
- {:exrm, "~> 1.0.0-rc7", only: :dev}]
+ {:exrm, "~> 1.0.0", only: :dev},
+ # relx is used by exrm. Lock version as for now, ejabberd doesn not compile fine with
+ # version 3.20:
+ {:relx, "~> 3.19.0", only: :dev}]
end
defp package do