Skip to content

Commit

Permalink
Move to newer oppia_proto_api.
Browse files Browse the repository at this point in the history
This ensures the fixes explained in
bazelbuild/rules_proto#117 and
bazelbuild/bazel#16192 are included to fix CI
breakages on this branch.
  • Loading branch information
BenHenning committed May 27, 2024
1 parent 2af9228 commit 82bb588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git_repository(
name = "oppia_proto_api",
commit = HTTP_DEPENDENCY_VERSIONS["oppia_proto_api"]["version"],
remote = "https://github.com/oppia/oppia-proto-api",
shallow_since = "1685832428 -0700",
shallow_since = "1716846301 -0700",
)

load("@oppia_proto_api//repo:deps.bzl", "initializeDepsForWorkspace")
Expand Down
2 changes: 1 addition & 1 deletion third_party/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ HTTP_DEPENDENCY_VERSIONS = {
"version": "31.0.1",
},
"oppia_proto_api": {
"version": "4ea008bd2685e4126169ee029381ea6301b2e133",
"version": "9cf993ea0b798a67b3faa21c690c30b9027fb371",
},
"protobuf_tools": {
"sha": "efcb0b9004200fce79de23be796072a055105273905a5a441dbb5a979d724d20",
Expand Down

0 comments on commit 82bb588

Please sign in to comment.