From e99c8caec4d8ad8cd2a73c94d92336301dd92b71 Mon Sep 17 00:00:00 2001 From: Dave Parfitt Date: Mon, 17 Sep 2012 21:31:07 -0400 Subject: [PATCH] riakc and riakhttpc bumped to 1.3.1 --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 091cdf64..41ea08bd 100644 --- a/rebar.config +++ b/rebar.config @@ -12,8 +12,8 @@ {getopt, ".*", {git, "git://github.com/jcomellas/getopt", {tag, "v0.4"}}}, {meck, ".*", {git, "git://github.com/eproxus/meck"}}, {mapred_verify, ".*", {git, "git://github.com/basho/mapred_verify"}}, - {riakc, "1.3.0", {git, "git://github.com/basho/riak-erlang-client", {tag, "1.3.0"}}}, - {riakhttpc, "1.3.0", {git, "git://github.com/basho/riak-erlang-http-client", {tag, "1.3.0"}}} + {riakc, "1.3.1", {git, "git://github.com/basho/riak-erlang-client", {tag, "1.3.1"}}}, + {riakhttpc, "1.3.1", {git, "git://github.com/basho/riak-erlang-http-client", {tag, "1.3.1"}}} ]}. {escript_incl_apps, [lager, getopt, riakhttpc, riakc, ibrowse]}.