From ad876168d29a8482177a59cdd9c008f117a6e8e4 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Fri, 21 Oct 2022 07:14:07 +0100 Subject: [PATCH] Update dep versions to work with latest build.xml (#2702) Previously, building the demo (ant -f javascript/build.xml compile-demo) would fail because the latest build.xml is incompatible with the version of closure-compiler we recommend here. With this change, the build will work again. Co-authored-by: Tijana Vislavski Gradina --- javascript/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/README.md b/javascript/README.md index 6cd8a7486..b6c33e077 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -20,9 +20,9 @@ How to setup: 1. We officially support only these versions of these dependencies: -* Closure library: v20190415 +* Closure library: v20201006 -* Closure compiler: v20140407 +* Closure compiler: v20210302 * Closure linter: v2.3.19