Replace lists:keysearch with hope_kv_list:get
[hope.git] / rebar.config
... / ...
CommitLineData
1%%% -*- mode: erlang -*-
2{clean_files, ["test/*.beam"]}.
3
4{deps,
5 [{proper, ".*", {git, "https://github.com/manopapad/proper.git", {tag, "v1.1"}}}]
6}.
7
8{cover_enabled, true}.
9
10{clean_files, ["test/*.beam"]}.
This page took 0.018283 seconds and 4 git commands to generate.