rpwoodbu / mosh-chrome

Mosh for Chrome
GNU General Public License v3.0
371 stars 59 forks source link

Let bazelisk configure which version of bazel tool to use. #206

Closed metrix78 closed 2 years ago

metrix78 commented 3 years ago

Bazelisk will decide which version of bazel to use based on .bazeliskrc. This change should:

  1. Make it easier for new programmers to modify the code.
  2. Improve the migration process to new versions of Bazel.
rpwoodbu commented 2 years ago

This is really great! Thank you for the contribution. Apologies for letting it sit for so long.