Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/macos_bazel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
# TODO(b/506179116): <filesystem> is not supported on all target versions in xcode, so not
# running policy conformance.
run: |
bazelisk test --copt=-Wno-deprecated-declarations --copt=-Wno-nullability-completeness conformance:all
bazelisk test --copt=-Wno-deprecated-declarations --copt=-Wno-nullability-completeness conformance:all conformance/policy:all
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ bazel_dep(
)
bazel_dep(
name = "rules_cc",
version = "0.2.14",
version = "0.2.18",
)
bazel_dep(
name = "rules_java",
version = "8.6.1",
version = "8.14.0",
)
bazel_dep(
name = "rules_proto",
Expand Down Expand Up @@ -69,7 +69,7 @@ bazel_dep(
)
bazel_dep(
name = "platforms",
version = "1.0.0",
version = "1.1.0",
)
bazel_dep(
name = "antlr4-cpp-runtime",
Expand Down
Loading