Skip to content

Commit 81772f6

Browse files
A GooglerBlaze Rules Copybara
A Googler
authored and
Blaze Rules Copybara
committed
No public description
PiperOrigin-RevId: 694097155
1 parent 8f6551b commit 81772f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module(
99

1010
bazel_dep(name = "protobuf", version = "27.1", repo_name = "com_google_protobuf")
1111
bazel_dep(name = "bazel_skylib", version = "1.3.0")
12-
bazel_dep(name = "rules_cc", version = "0.0.14")
12+
bazel_dep(name = "rules_cc", version = "0.0.15")
1313
bazel_dep(name = "rules_license", version = "0.0.7")
1414

1515
# Dependencies needed in tests

proto/repositories.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ def rules_proto_dependencies():
5252
maybe(
5353
http_archive,
5454
name = "rules_cc",
55-
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.14/rules_cc-0.0.14.tar.gz"],
56-
sha256 = "906e89286acc67c20819c3c88b3283de0d5868afda33635d70acae0de9777bb7",
57-
strip_prefix = "rules_cc-0.0.14",
55+
urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.15/rules_cc-0.0.15.tar.gz"],
56+
sha256 = "f4aadd8387f381033a9ad0500443a52a0cea5f8ad1ede4369d3c614eb7b2682e",
57+
strip_prefix = "rules_cc-0.0.15",
5858
)
5959

6060
maybe(

0 commit comments

Comments
 (0)