File tree 3 files changed +521
-215
lines changed
3 files changed +521
-215
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ git_repository(
59
59
60
60
git_repository (
61
61
name = "improbable_platform" ,
62
- commit = "e76746e8d4fe6078cdd25bc8bf720fbb3965a1c5 " ,
62
+ commit = "444eca8e181864af11b7f826e3e9e7fcbfe0b206 " ,
63
63
remote = "git@github.com:improbable/platform.git" ,
64
64
# Hello! Are you updating the commit of the platform repo dependency? This comment is for you!
65
65
# The "shallow_since" field must be set to the day *before* the day of the commit. You can run
66
66
# the following script inside the *platform* repo to determine the value you should put in the
67
67
# "shallow_since" field based on the commit (replace <commit> with the actual commit hash):
68
68
# $ 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 " ,
70
70
# TODO(WRK-944): Due to the use by this repository of an older Bazel version we need to apply a
71
71
# patch to the imported version of the Platform repository to maintain
72
72
# compatibility.
You can’t perform that action at this time.
0 commit comments