aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-06-10 11:01:46 +0200
committerMickael Remond <mremond@process-one.net>2016-06-10 11:01:46 +0200
commit34cbed54cdad5b49e2e094bd2bfeb74ed546c670 (patch)
tree4d9d35abbd55a40a5360794e3f2257056758a39a /mix.exs
parentpush_roster must convert read strings to binaries (#1075) (diff)
Force use of lager 3.0.2 at most.
Lager 3.2.0 has a bug that prevent it to work with ejabberd. Lager 3.2.0 bug is fixed in https://github.com/basho/lager/commit/4c87abcd4f9d70a1136fff8f573dc7adcc833e43
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 577706eb5..415e72946 100644
--- a/mix.exs
+++ b/mix.exs
@@ -38,7 +38,7 @@ defmodule Ejabberd.Mixfile do
end
defp deps do
- [{:lager, "~> 3.0"},
+ [{:lager, "~> 3.0.0"},
{:p1_utils, "~> 1.0"},
{:cache_tab, "~> 1.0"},
{:stringprep, "~> 1.0"},