Skip to content

Commit

Permalink
Specify which version of bazel is required. (bazelbuild#772)
Browse files Browse the repository at this point in the history
* Specify which version of bazel is required.

* Update README.md
  • Loading branch information
Parth authored and johnynek committed Jun 19, 2019
1 parent dc5a793 commit a1c3b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This project defines core build rules for [Scala](https://www.scala-lang.org/) t

## Getting started

In order to use these rules you must have bazel 0.23 or later and add the
following to your WORKSPACE file:
1. [Install Bazel](https://docs.bazel.build/versions/master/install.html), see the [compatibility table](#bazel-compatible-versions).
2. Add the following to your `WORKSPACE` file and update the `githash` if needed:

```python
rules_scala_version="a89d44f7ef67d93dedfc9888630f48d7723516f7" # update this as needed
Expand Down

0 comments on commit a1c3b58

Please sign in to comment.