Replace lists:keysearch with hope_kv_list:get
[hope.git] / rebar.config
index a760517..8484333 100644 (file)
@@ -1 +1,10 @@
+%%% -*- mode: erlang -*-
+{clean_files, ["test/*.beam"]}.
+
+{deps,
+ [{proper, ".*", {git, "https://github.com/manopapad/proper.git", {tag, "v1.1"}}}]
+}.
+
+{cover_enabled, true}.
+
 {clean_files, ["test/*.beam"]}.
This page took 0.023935 seconds and 4 git commands to generate.