From 7eddfe073b0daf74796a7aac6bc3f9c3da0a2dbd Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Mon, 23 Nov 2015 12:50:08 +0300 Subject: Make Riak working on R18 --- rebar.config.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rebar.config.script') diff --git a/rebar.config.script b/rebar.config.script index cdd2a65c..9e213b86 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -102,7 +102,7 @@ CfgDeps = lists:flatmap( ({zlib, true}) -> [{p1_zlib, ".*", {git, "https://github.com/processone/zlib"}}]; ({riak, true}) -> - [{riakc, ".*", {git, "https://github.com/basho/riak-erlang-client", {tag, "1.4.2"}}}]; + [{riakc, ".*", {git, "https://github.com/basho/riak-erlang-client"}}]; ({elixir, true}) -> [{rebar_elixir_plugin, ".*", {git, "https://github.com/yrashk/rebar_elixir_plugin"}}, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {branch, "v1.0"}}}]; @@ -113,7 +113,7 @@ CfgDeps = lists:flatmap( ({lager, false}) -> [{p1_logger, ".*", {git, "https://github.com/processone/p1_logger"}}]; ({tools, true}) -> - [{meck, "0.*", {git, "https://github.com/eproxus/meck"}}]; + [{meck, "0.8.2", {git, "https://github.com/eproxus/meck", {tag, "0.8.2"}}}]; ({redis, true}) -> [{eredis, ".*", {git, "https://github.com/wooga/eredis"}}]; (_) -> -- cgit v1.2.3