Update Soy to latest version Upstream is having some difficulty upgrading Maven artifacts, so I compiled at head and pushed a binary to the Gerrit bucket (sans pom.xml). We're using SHA-1 version numbers now, which shouldn't be a problem. Change-Id: Ia2a1be6058c1fc004eaf03424e6309f2647544b4
diff --git a/lib/soy/BUCK b/lib/soy/BUCK index 239c88c..0b2b1c4 100644 --- a/lib/soy/BUCK +++ b/lib/soy/BUCK
@@ -1,10 +1,8 @@ maven_jar( name = 'soy', - id = 'com.google.template:soy:2014-04-22', - sha1 = 'd0b78ae3ab2283cdeae1a3b2f1fc5b7155a7305d', - deps = [ - ':icu4j', - ], + id = 'com.google.template:soy:e74fcfa284a1e31d42ac93e53cb84a71f638c70b', + sha1 = '1c75a007218f29d6124c46c8b18f4158cba4839c', + deps = [ ':icu4j' ], repository = GERRIT, )