Merge pull request #3 from ibnfirnas/per-process-stats
[beam_stats.git] / rebar.config
index 8d9caba..f1816dc 100644 (file)
@@ -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"]}.
This page took 0.02476 seconds and 4 git commands to generate.