Skip to content

Commit

Permalink
Lock down Bazel dependencies (#23)
Browse files Browse the repository at this point in the history
Ran `bazel mod deps --lockfile_mode=update` to force Bazel to resolve
all dependencies. Hopefully this should stop unexpected changes here.
My editor seems to want to update some entries for no apparent reason.

Add a .bazelversion file telling Bazelisk to use the most recent
stable version of Bazel.

Both recommendations come from
https://bazel.build/external/lockfile#best-practices.
  • Loading branch information
jayconrod authored Aug 13, 2024
1 parent 0611fd4 commit d0a943e
Show file tree
Hide file tree
Showing 3 changed files with 1,526 additions and 4 deletions.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.3.0
Loading

0 comments on commit d0a943e

Please sign in to comment.