c394a6c33d6ae06a050510f1327402ff5aeea25d
[erlang-x-plane-data.git] / rebar.config
1 %%% vim: set filetype=erlang:
2 { deps
3 , [ {hope , ".*" , {git , "https://github.com/ibnfirnas/hope.git" , {tag , "3.8.1"}}}
4 ]
5 }.
6
7 {cover_enabled, true}.
8
9 {clean_files, ["test/*.beam"]}.
This page took 0.041954 seconds and 3 git commands to generate.