From 34cbed54cdad5b49e2e094bd2bfeb74ed546c670 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Fri, 10 Jun 2016 11:01:46 +0200 Subject: 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 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mix.exs') 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"}, -- cgit v1.2.3