Skip to content

Commit ef9ddc7

Browse files
JoelOttermajolo
authored andcommitted
Regenerate APIs for new CreateDeploymentMetadata member (#51)
1 parent 90029f2 commit ef9ddc7

File tree

3 files changed

+521
-215
lines changed

3 files changed

+521
-215
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ git_repository(
5959

6060
git_repository(
6161
name = "improbable_platform",
62-
commit = "e76746e8d4fe6078cdd25bc8bf720fbb3965a1c5",
62+
commit = "444eca8e181864af11b7f826e3e9e7fcbfe0b206",
6363
remote = "git@github.com:improbable/platform.git",
6464
# Hello! Are you updating the commit of the platform repo dependency? This comment is for you!
6565
# The "shallow_since" field must be set to the day *before* the day of the commit. You can run
6666
# the following script inside the *platform* repo to determine the value you should put in the
6767
# "shallow_since" field based on the commit (replace <commit> with the actual commit hash):
6868
# $ date --date="$(git show --pretty=format:'%cD' <commit> | head --lines=1)-1 day" "+%F"
69-
shallow_since = "2019-09-18",
69+
shallow_since = "2019-10-21",
7070
# TODO(WRK-944): Due to the use by this repository of an older Bazel version we need to apply a
7171
# patch to the imported version of the Platform repository to maintain
7272
# compatibility.

0 commit comments

Comments
 (0)