summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-05-27 16:55:59 +0200
committerBadlop <badlop@process-one.net>2021-05-28 16:54:58 +0200
commit2c2041445384e2d1742926986aabd121acb16481 (patch)
treec1fb951cb92a06b6460ceff4c785bf0a284e1bdb /rebar.config
parentUpdate luerl dependency from v0.3 to v0.4 (diff)
Update eredis dependency from v1.0.8 to v1.2.0
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 26707533..69f0695e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -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,