mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Update lager dependency from 3.6.10 to 3.9.1 to make Dialyzer happy
This commit is contained in:
parent
3b5ddf0254
commit
1befa8d8b7
2
mix.exs
2
mix.exs
@ -99,7 +99,7 @@ defmodule Ejabberd.Mixfile do
|
|||||||
{:idna, "~> 6.0"},
|
{:idna, "~> 6.0"},
|
||||||
{:jiffy, "~> 1.0.5"},
|
{:jiffy, "~> 1.0.5"},
|
||||||
{:jose, "~> 1.8"},
|
{:jose, "~> 1.8"},
|
||||||
{:lager, "~> 3.6.0"},
|
{:lager, "~> 3.9.1"},
|
||||||
{:mqtree, "~> 1.0"},
|
{:mqtree, "~> 1.0"},
|
||||||
{:p1_acme, "~> 1.0"},
|
{:p1_acme, "~> 1.0"},
|
||||||
{:p1_mysql, "~> 1.0"},
|
{:p1_mysql, "~> 1.0"},
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
|
{idna, ".*", {git, "https://github.com/benoitc/erlang-idna", {tag, "6.0.0"}}},
|
||||||
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.5"}}},
|
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.5"}}},
|
||||||
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},
|
{jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},
|
||||||
{lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.6.10"}}},
|
{lager, ".*", {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}},
|
||||||
{if_var_true, lua,
|
{if_var_true, lua,
|
||||||
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.3"}}}},
|
{luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.3"}}}},
|
||||||
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.13"}}},
|
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.13"}}},
|
||||||
|
Loading…
Reference in New Issue
Block a user