Skip to content

Commit

Permalink
Merge pull request #232 from fmeum:fix-module
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 714881320
  • Loading branch information
Blaze Rules Copybara committed Jan 13, 2025
2 parents 4904e1c + e282796 commit 74961e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matrix:
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
bazel: ['7.x', '6.x']
bazel: ['7.x', '8.x']
tasks:
verify_build_targets:
name: "Verify build targets"
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "protobuf", version = "27.1", repo_name = "com_google_protobuf")
bazel_dep(name = "protobuf", version = "29.0", repo_name = "com_google_protobuf")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_cc", version = "0.0.15")
bazel_dep(name = "rules_license", version = "0.0.7")
Expand Down
1 change: 0 additions & 1 deletion MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74961e5

Please sign in to comment.