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