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