Skip to content

Commit

Permalink
Add a .bazelversion file. (#11)
Browse files Browse the repository at this point in the history
This locks in the Bazel version currently supported by this repo.

Part of https://github.com/material-components/material-components-ios/issues/9363

Note: bazel 1.0.0 support was already added in #6, so this PR is simply documenting that fact. Bazel 2.0.0 is equivalent in terms of Apple platform support.

Tested manually by running:

```
bazel test //...
```
  • Loading branch information
featherless authored Jan 3, 2020
1 parent 2d79f6a commit 916ab1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0.0

0 comments on commit 916ab1d

Please sign in to comment.