Test newer OTP releases
[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.040891 seconds and 4 git commands to generate.