From b8f8c60e872209b5fd0abed2674c2cb701cf9526 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 11 Oct 2019 14:26:29 +0900 Subject: [PATCH] Upgrade soy to 2019-10-08 Change-Id: I32b76bce5eb14f92aed467e687365d6013705d52 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c8129bc06c..0d54bbe65f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -743,8 +743,8 @@ maven_jar( # Keep this version of Soy synchronized with the version used in Gitiles. maven_jar( name = "soy", - artifact = "com.google.template:soy:2019-09-03", - sha1 = "40781da0302b4b5d53006dc8bd5a432c7288d807", + artifact = "com.google.template:soy:2019-10-08", + sha1 = "4518bf8bac2dbbed684849bc209c39c4cb546237", ) maven_jar(