Fix missing newline in Graphite msg serialization
[beam_stats.git] / rebar.config
index 8d9caba..32eb45a 100644 (file)
@@ -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"]}.
This page took 0.026305 seconds and 4 git commands to generate.