X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=rebar.config;h=c99a601378866724ee971e0e1a3a85f889c7a464;hb=cdcb989e330d3a018b44b154c190c33b9b27040c;hp=8d9caba39cdcf6dbb421466b40ed81ede886a651;hpb=caf75ed8160362773766c6bde005cf5f33544392;p=beam_stats.git diff --git a/rebar.config b/rebar.config index 8d9caba..c99a601 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,9 @@ { deps -, [ {hope, ".*"} +, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.8.1"}}} + , {meck, ".*", {git, "https://github.com/eproxus/meck.git" , {tag, "0.8.3"}}} ] }. + +{cover_enabled, true}. + +{clean_files, ["test/*.beam"]}.