From c2ce7b4f583f3556d6f8f6c066522d545309a11e Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 9 Dec 2019 10:03:45 -0500 Subject: [PATCH] Upgrade meck to 0.8.13 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 3ef28ad..32eb45a 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ { deps , [ {hope, ".*", {git, "https://github.com/xandkar/hope.git" , {tag, "4.0.0"}}} - , {meck, ".*", {git, "https://github.com/eproxus/meck.git" , {tag, "0.8.3"}}} + , {meck, ".*", {git, "https://github.com/eproxus/meck.git" , {tag, "0.8.13"}}} ] }. -- 2.20.1