Skip to content

Commit

Permalink
Bump closure library version to v20201102
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Dec 5, 2020
1 parent 367f25a commit e2bae61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/init_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set -ex

cd "$(dirname "$0")"/..
git submodule --quiet update --init
cd third_party/closure-library && git checkout tags/v20200406 -f && cd ../..
cd third_party/closure-library && git checkout tags/v20201102 -f && cd ../..
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
cd third_party/grpc && git checkout tags/v1.30.0 -f && \
git submodule --quiet update --init && cd ../..
2 changes: 1 addition & 1 deletion third_party/closure-library
Submodule closure-library updated 1494 files

0 comments on commit e2bae61

Please sign in to comment.