From c3c8f8cd1861692ef642c72804ae16e985585039 Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Tue, 1 Feb 2011 18:21:45 -0600 Subject: [PATCH] Change deps on eper to master: anticipate possible changes for 0.14 releases --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 01cb61691b..01e273a1c4 100644 --- a/rebar.config +++ b/rebar.config @@ -18,5 +18,5 @@ {ebloom, "1.0.2", {git, "git://github.com/basho/ebloom", {tag, "ebloom-1.0.2"}}}, {eper, "0.60", {git, "git://github.com/dizzyd/eper.git", - {tag, "eper-0.60"}}} + {branch, "master"}}} ]}.