summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2021-01-11 19:49:39 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2021-01-11 19:49:39 +0100
commit578d51d5b73ca2d34998d4b28ac4affd701392b9 (patch)
tree0ee336bf6100aed1989ad92f9b5f3a91ffff4452
parent8d9e3006a1bbc66b8571f69dac488fe244f1652e (diff)
parent96ccc2388a4c6038e3c49e52c6031fda959ecd15 (diff)
Merge branch 'stable-3.1' into stable-3.2
The change: 96ccc2388 Add shadow-selection-polyfill is reverted, as it will be migrated so that shadow-selection-polyfill dependency is consumed as npm module. * stable-3.1: Add shadow-selection-polyfill Update git submodules Revert "Upgrade soy to 2020-08-24" Change-Id: I0a863e9de9f35d4a9a77302e2a05d9850a2b3538
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 46fa6fb0b7..dbc04af690 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -775,8 +775,8 @@ maven_jar(
# Keep this version of Soy synchronized with the version used in Gitiles.
maven_jar(
name = "soy",
- artifact = "com.google.template:soy:2020-08-24",
- sha1 = "e774bf5cc95923d2685292883fe219e231346e50",
+ artifact = "com.google.template:soy:2019-10-08",
+ sha1 = "4518bf8bac2dbbed684849bc209c39c4cb546237",
)
maven_jar(