diff --git a/rebar.config b/rebar.config index 4e3b856..1e30b8c 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {deps, [ {sext, "1.8.0"}, - {rocksdb, {git, "https://gitlab.com/seanhinde/erlang-rocksdb.git", {ref,"9ae37839"}}}, + {rocksdb, {git, "https://gitlab.com/barrel-db/erlang-rocksdb.git", {ref,"79c87a95033c4feb66612a893890e2aa6163cdf5"}}}, {hut, "1.3.0"} ]}. diff --git a/rebar.lock b/rebar.lock index b153003..a897688 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,15 +1,12 @@ -{"1.2.0", +{"1.1.0", [{<<"hut">>,{pkg,<<"hut">>,<<"1.3.0">>},0}, {<<"rocksdb">>, - {git,"https://gitlab.com/seanhinde/erlang-rocksdb.git", - {ref,"9ae378391ffc94200bde24efcd7a4921eba688d0"}}, + {git,"https://gitlab.com/barrel-db/erlang-rocksdb.git", + {ref,"79c87a95033c4feb66612a893890e2aa6163cdf5"}}, 0}, {<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}. [ {pkg_hash,[ {<<"hut">>, <<"71F2F054E657C03F959CF1ACC43F436EA87580696528CA2A55C8AFB1B06C85E7">>}, - {<<"sext">>, <<"90A95B889F5C781B70BBCF44278B763148E313C376B60D87CE664CB1C1DD29B5">>}]}, -{pkg_hash_ext,[ - {<<"hut">>, <<"7E15D28555D8A1F2B5A3A931EC120AF0753E4853A4C66053DB354F35BF9AB563">>}, - {<<"sext">>, <<"BC6016CB8690BAF677EACACFE6E7CADFEC8DC7E286CBBED762F6CD55B0678E73">>}]} + {<<"sext">>, <<"90A95B889F5C781B70BBCF44278B763148E313C376B60D87CE664CB1C1DD29B5">>}]} ].