Skip to content

Commit d9fa463

Browse files
committed
Update for release
1 parent e812164 commit d9fa463

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ This document assumes that you have already started your Riak cluster. For instr
55
Build Status
66
============
77

8-
* Master: [![Build Status](https://travis-ci.org/basho/riak-erlang-client.svg?branch=master)](https://travis-ci.org/basho/riak-erlang-client)
9-
* Develop: [![Build Status](https://travis-ci.org/basho/riak-erlang-client.svg?branch=develop)](https://travis-ci.org/basho/riak-erlang-client)
10-
11-
12-
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/).
8+
[![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)
139

1410
Dependencies
1511
============
1612

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

1915
Debian
2016
------

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]}.
1818

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

2323
{edoc_opts, [

0 commit comments

Comments
 (0)