riakc and riakhttpc bumped to 1.3.1

This commit is contained in:
Dave Parfitt 2012-09-17 21:31:07 -04:00
parent debe9154ec
commit e99c8caec4

View File

@ -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]}.