Move full dependency info from test to main rebar.config
[beam_stats.git] / rebar.config
index 8d9caba..8a4f3f1 100644 (file)
@@ -1,4 +1,8 @@
 { deps
-, [ {hope, ".*"}
+, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "3.7.0"}}}
   ]
 }.
+
+{cover_enabled, true}.
+
+{clean_files, ["test/*.beam"]}.
This page took 0.028513 seconds and 4 git commands to generate.