Upgrade hope to 4.0.0, which uses empty tuple as unit
[beam_stats.git] / rebar.config
... / ...
CommitLineData
1{ deps
2, [ {hope, ".*", {git, "https://github.com/ibnfirnas/hope.git", {tag, "4.0.0"}}}
3 , {meck, ".*", {git, "https://github.com/eproxus/meck.git" , {tag, "0.8.3"}}}
4 ]
5}.
6
7{cover_enabled, true}.
8
9{clean_files, ["test/*.beam"]}.
This page took 0.022884 seconds and 4 git commands to generate.