Skip to content

Commit

Permalink
Merge pull request #181 from thesayyn:rm-protobuf-repo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575226356
  • Loading branch information
comius committed Oct 21, 2023
2 parents 1924117 + 06cf82d commit c9731b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("//tools/build_defs/license:license.bzl", "license")
load("@rules_license//rules:license.bzl", "license")

license(
name = "license",
Expand Down
5 changes: 2 additions & 3 deletions dev_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")


def rules_proto_dev_deps():
http_archive(
name = "rules_cc",
name = "rules_cc",
sha256 = "4aeb102efbcfad509857d7cb9c5456731e8ce566bfbf2960286a2ec236796cc3",
strip_prefix = "rules_cc-2f8c04c04462ab83c545ab14c0da68c3b4c96191",
urls = [
Expand Down Expand Up @@ -41,4 +40,4 @@ def rules_proto_dev_deps():
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v21.7.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v21.7.tar.gz",
],
)
)

0 comments on commit c9731b8

Please sign in to comment.