Blob Blame History Raw
From 932a18ae2a558af4a46ae259143426ea1100827a Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Wed, 31 Jul 2013 20:33:29 +0400
Subject: [PATCH 09/10] Allow building against bitcask 1.6.3

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

diff --git a/rebar.config b/rebar.config
index e82ed18..69aedac 100644
--- a/rebar.config
+++ b/rebar.config
@@ -13,7 +13,7 @@
         {riak_core, "1.3.2", {git, "git://github.com/basho/riak_core", {tag, "1.3.2"}}},
         {sidejob, "0.2.0", {git, "git://github.com/basho/sidejob", {tag, "0.2.0"}}},
         {erlang_js, "1.2.2", {git, "git://github.com/basho/erlang_js", {tag, "1.2.2"}}},
-        {bitcask, "1.6.2", {git, "git://github.com/basho/bitcask", {tag, "1.6.2"}}},
+        {bitcask, "1.6.3", {git, "git://github.com/basho/bitcask", {tag, "1.6.3"}}},
         {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"}}},
-- 
1.8.3.1