59dea81d3e2e1b094ffe5c0b0bca5707669e6115
[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.7.0"}}}
4 ]
5 }.
6
7 {cover_enabled, true}.
8
9 {clean_files, ["test/*.beam"]}.
This page took 0.042123 seconds and 3 git commands to generate.