Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 8, 2021
1 parent e812164 commit d9fa463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ This document assumes that you have already started your Riak cluster. For instr
Build Status
============

* Master: [![Build Status](https://travis-ci.org/basho/riak-erlang-client.svg?branch=master)](https://travis-ci.org/basho/riak-erlang-client)
* Develop: [![Build Status](https://travis-ci.org/basho/riak-erlang-client.svg?branch=develop)](https://travis-ci.org/basho/riak-erlang-client)


This document assumes that you have already started your Riak cluster. For instructions on that prerequisite, refer to [Installation and Setup](https://wiki.basho.com/Installation-and-Setup.html) in the [Riak Wiki](https://wiki.basho.com). You can also view the Riak Erlang Client EDocs [here](http://basho.github.com/riak-erlang-client/).
[![Build Status](https://github.com/basho/riak-erlang-client/actions/workflows/erlang.yml/badge.svg?branch=develop-3.0)](https://github.com/basho/riak-erlang-client/actions)

Dependencies
============

To build the riak-erlang-client you will need Erlang OTP R15B01 or later, and Git.
To build the riak-erlang-client you will need Erlang OTP 20.3 or later, and Git.

Debian
------
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]}.

{deps, [
{riak_pb, {git, "https://github.com/basho/riak_pb", {branch, "develop-3.0"}}}
{riak_pb, {git, "https://github.com/basho/riak_pb", {tag, "3.0.8"}}}
]}.

{edoc_opts, [
Expand Down

0 comments on commit d9fa463

Please sign in to comment.