Skip to content

Commit

Permalink
Update bazel to 7.4.1 (#143)
Browse files Browse the repository at this point in the history
Fixes #143
  • Loading branch information
arunkumar9t2 committed Nov 22, 2024
1 parent 0f9124e commit 56038e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.4.1
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

git_repository(
name = "grab_bazel_common",
commit = "9b0439127d50741c2f19d8df9932d6338f763dab",
commit = "f0b7887ccb4f9c04b24272983b4ec1e5b0fc9509",
remote = "https://github.com/grab/grab-bazel-common.git",
)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ grazel {
rules {
bazelCommon {
gitRepository {
commit = "9b0439127d50741c2f19d8df9932d6338f763dab"
commit = "f0b7887ccb4f9c04b24272983b4ec1e5b0fc9509"
remote = "https://github.com/grab/grab-bazel-common.git"
}
toolchains {
Expand Down

0 comments on commit 56038e5

Please sign in to comment.