Blob Blame History Raw
From 2ac9e98748c0a3e38847e0872cb867e79d832507 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Tue, 12 Mar 2013 09:39:00 +0400
Subject: [PATCH 05/10] Relax dependency checks

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
 rebar.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebar.config b/rebar.config
index 93ee6ee..e82ed18 100644
--- a/rebar.config
+++ b/rebar.config
@@ -17,11 +17,11 @@
         {merge_index, "1.3.0", {git, "git://github.com/basho/merge_index",
                                  {tag, "1.3.0"}}},
         {ebloom, "1.1.2", {git, "git://github.com/basho/ebloom", {tag, "1.1.2"}}},
-        {eper, "0.61", {git, "git://github.com/basho/eper.git", {tag, "3280b736"}}},
+        {eper, "0.6.", {git, "git://github.com/basho/eper.git", {tag, "3280b736"}}},
         {eleveldb, "1.3.2", {git, "git://github.com/basho/eleveldb.git",
                           {tag, "1.3.2"}}},
         {sext, "1.1", {git, "git://github.com/uwiger/sext", {tag, "1.1"}}},
         {riak_pipe, "1.3.2", {git, "git://github.com/basho/riak_pipe.git",
                                 {tag, "1.3.2"}}},
-        {riak_api, "1.3.1", {git, "git://github.com/basho/riak_api.git", {tag, "1.3.2"}}}
+        {riak_api, "1.3.2", {git, "git://github.com/basho/riak_api.git", {tag, "1.3.2"}}}
        ]}.
-- 
1.8.3.1