Point rebar to fix of proper library for eunit.

Signed-off-by: Eric Merritt <ericbmerritt@gmail.com>
This commit is contained in:
Ben Kearns 2013-01-11 12:02:24 -08:00 committed by Eric Merritt
parent 21c5f9fc74
commit 5429ec2d14

View file

@ -3,7 +3,7 @@
%% Dependencies ================================================================ %% Dependencies ================================================================
{deps, [{neotoma, "", {deps, [{neotoma, "",
{git, "https://github.com/seancribbs/neotoma.git", {branch, master}}}, {git, "https://github.com/seancribbs/neotoma.git", {branch, master}}},
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}, {proper, "", {git, "https://github.com/bkearns/proper.git", {branch, master}}},
{rebar_vsn_plugin, ".*", {git, "https://github.com/erlware/rebar_vsn_plugin.git", {rebar_vsn_plugin, ".*", {git, "https://github.com/erlware/rebar_vsn_plugin.git",
{branch, "master"}}}]}. {branch, "master"}}}]}.