From 5429ec2d146d68e0c4ee13c2dae343b63f473687 Mon Sep 17 00:00:00 2001 From: Ben Kearns Date: Fri, 11 Jan 2013 12:02:24 -0800 Subject: [PATCH] Point rebar to fix of proper library for eunit. Signed-off-by: Eric Merritt --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 08863d2..57dc49a 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ %% Dependencies ================================================================ {deps, [{neotoma, "", {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", {branch, "master"}}}]}.