From 91233eafaa52575cf368392ee7a2f7dcdfabee83 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Thu, 31 Mar 2016 14:36:30 +0200 Subject: [PATCH] Use version of moka that do not depend on proper --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index dd88a4e5c..95466c90e 100644 --- a/rebar.config +++ b/rebar.config @@ -43,8 +43,8 @@ {tag, "1.0.0"}}}}, {if_var_true, tools, {meck, "0.8.2", {git, "https://github.com/eproxus/meck", {tag, "0.8.2"}}}}, - {if_var_true, tools, {moka, ".*", {git, "git://github.com/processone/moka.git", - {tag, "1.0.5"}}}}, + {if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka.git", + {tag, "1.0.5b"}}}}, {if_var_true, redis, {eredis, ".*", {git, "https://github.com/wooga/eredis", {tag, "v1.0.8"}}}}]}.