Update eredis dependency from v1.0.8 to v1.2.0

This commit is contained in:
Badlop 2021-05-27 16:55:59 +02:00
parent 64f3f3287a
commit 2c20414453
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ defmodule Ejabberd.Mixfile do
defp cond_deps do
for {:true, dep} <- [{config(:pam), {:epam, "~> 1.0"}},
{config(:redis), {:eredis, "~> 1.0"}},
{config(:redis), {:eredis, "~> 1.2.0"}},
{config(:zlib), {:ezlib, "~> 1.0"}},
{config(:lua), {:luerl, "~> 0.4.0"}},
{config(:sqlite), {:sqlite3, "~> 1.1"}}], do:

View File

@ -28,7 +28,7 @@
{if_var_true, pam,
{epam, ".*", {git, "https://github.com/processone/epam", {tag, "1.0.10"}}}},
{if_var_true, redis,
{eredis, ".*", {git, "https://github.com/wooga/eredis", {tag, "v1.0.8"}}}},
{eredis, ".*", {git, "https://github.com/wooga/eredis", {tag, "v1.2.0"}}}},
{if_var_true, sip,
{esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.42"}}}},
{if_var_true, zlib,