WIP update deps, fix try-catch warning, for rocksdb 1.6.0

This commit is contained in:
Ulf Wiger
2020-10-19 10:46:02 +02:00
parent 8d3079ff25
commit 35c79aaa32
3 changed files with 16 additions and 11 deletions
+6 -4
View File
@@ -1,15 +1,17 @@
%% -*- erlang -*-
{minimum_otp_vsn, "21.0"}.
{deps,
[
{sext, "1.4.1"},
{rocksdb,"0.24.0"}
{sext, "1.8.0"},
{rocksdb,"1.6.0"}
]}.
{profiles,
[
{test,
[
{deps, [ {proper, "1.2.0"}
, {meck, "0.8.13"}]}
{deps, [ {proper, "1.3.0"}
, {meck, "0.9.0"}]}
]}
]}.