Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 2f2845a

Browse files
committed
Update closure compiler to latest release.
1 parent d4d97c3 commit 2f2845a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
// In the past we tested against nightly closure releases at 'com.google.javascript:closure-compiler:1.0-SNAPSHOT',
7171
// but sonatype started 404-ing CircleCI. Now, we test against the latest released Closure version on Circle, and
7272
// internally test against Closure head.
73-
compile 'com.google.javascript:closure-compiler:v20190929'
73+
compile 'com.google.javascript:closure-compiler:v20191027'
7474

7575
compile 'com.google.code.gson:gson:2.7'
7676
compile 'com.google.code.findbugs:jsr305:3.0.1'

0 commit comments

Comments
 (0)