aboutsummaryrefslogtreecommitdiff
path: root/rebar.config.script
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2015-11-23 12:50:08 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2015-11-24 17:53:44 +0300
commit7eddfe073b0daf74796a7aac6bc3f9c3da0a2dbd (patch)
tree91c6337432ca640aa7d2a7510196bac39249b502 /rebar.config.script
parentRemove useless export_all flag (diff)
Make Riak working on R18
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index cdd2a65ce..9e213b863 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"}}];
(_) ->