X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=rebar.config;h=5eb75d13ba7e2fb7f632babe4026e802362da5b5;hb=2cd7cf62e9b1e456c0ccc963d92a9170c3af8251;hp=c59940d5b152e6932d0eeaf3196e7c9f6d1c078a;hpb=b0ab6ee2c0bea2f50a60d2260fc2e71dfb01320b;p=beam_stats.git diff --git a/rebar.config b/rebar.config index c59940d..5eb75d1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,6 @@ { deps -, [ {hope, ".*"} +, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.8.0"}}} + , {meck, ".*", {git, "https://github.com/eproxus/meck.git" , {tag, "0.8.3"}}} ] }.