Skip to content

Commit

Permalink
Standardise on versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed May 7, 2020
1 parent 684b150 commit c01eea0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: erlang
otp_release:
- 20.3.8
- 21.3
- 22.1
- 22.3
script:
- chmod u+x rebar3
- ./rebar3 do upgrade, compile, xref, dialyzer, eunit
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]}.

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

{edoc_opts, [
Expand Down
Binary file modified rebar3
Binary file not shown.

0 comments on commit c01eea0

Please sign in to comment.