Skip to content

Commit

Permalink
Upgrade to Bazel 8.0.0 (#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentleyjones authored Dec 16, 2024
1 parent d620903 commit 407cbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.1
8.0.0
2 changes: 1 addition & 1 deletion test/update_all_fixtures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for dir in examples/*/ ; do
fi

if [[ "$dir" == "examples/rules_ios/" ]]; then
bazel_version="7.1.1"
bazel_version="7.4.1"
else
# See https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3029
#
Expand Down

0 comments on commit 407cbab

Please sign in to comment.