Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 599207501
  • Loading branch information
sarahjkim authored and copybara-github committed Jan 17, 2024
1 parent f95a3c5 commit cc236a6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ load("@rules_python//python:repositories.bzl", "py_repositories")

py_repositories()


###############################################################################
# Abseil
###############################################################################
Expand Down Expand Up @@ -74,9 +73,9 @@ http_archive(
# This statement defines the @com_google_protobuf repo.
http_archive(
name = "com_google_protobuf",
sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
strip_prefix = "protobuf-3.21.12",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz"],
sha256 = "8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871",
strip_prefix = "protobuf-25.2",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v25.2.tar.gz"],
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
Expand Down

0 comments on commit cc236a6

Please sign in to comment.