X-Git-Url: https://git.xandkar.net/?p=hope.git;a=blobdiff_plain;f=rebar.config;h=986fa4002317f45ceafcfa4f953d7772a46ca185;hp=a760517f16efab1cb4a109c165e056a51e4c7010;hb=f4780d184dddbe3233fed77dac7ddeb74c4f5b02;hpb=e75cf6013e87c8a1952b2c22dad9b4796014f6e7 diff --git a/rebar.config b/rebar.config index a760517..986fa40 100644 --- a/rebar.config +++ b/rebar.config @@ -1 +1,6 @@ +%%% -*- mode: erlang -*- {clean_files, ["test/*.beam"]}. + +{deps, + [{proper, ".*", {git, "https://github.com/manopapad/proper.git", {tag, "v1.1"}}}] +}.