Skip to content

Commit

Permalink
docs: bump ganache version to 6.10.1 in dependency/install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Aug 7, 2020
1 parent 9399d84 commit 350cecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Brownie is a Python-based development and testing framework for smart contracts
## Dependencies

* [python3](https://www.python.org/downloads/release/python-368/) version 3.6 or greater, python3-dev
* [ganache-cli](https://github.com/trufflesuite/ganache-cli) - tested with version [6.8.2](https://github.com/trufflesuite/ganache-cli/releases/tag/v6.8.2)
* [ganache-cli](https://github.com/trufflesuite/ganache-cli) - tested with version [6.10.1](https://github.com/trufflesuite/ganache-cli/releases/tag/v6.10.1)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Dependencies
Brownie has the following dependencies:

* `python3 <https://www.python.org/downloads/release/python-368/>`_ version 3.6 or greater, python3-dev
* `ganache-cli <https://github.com/trufflesuite/ganache-cli>`_ - tested with version `6.8.2 <https://github.com/trufflesuite/ganache-cli/releases/tag/v6.8.2>`_
* `ganache-cli <https://github.com/trufflesuite/ganache-cli>`_ - tested with version `6.10.1 <https://github.com/trufflesuite/ganache-cli/releases/tag/v6.10.1>`_

.. _install-tk:

Expand Down

0 comments on commit 350cecb

Please sign in to comment.