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

Commit

Permalink
Update closure compiler to latest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkirov committed Oct 31, 2019
1 parent d4d97c3 commit 2f2845a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
// In the past we tested against nightly closure releases at 'com.google.javascript:closure-compiler:1.0-SNAPSHOT',
// but sonatype started 404-ing CircleCI. Now, we test against the latest released Closure version on Circle, and
// internally test against Closure head.
compile 'com.google.javascript:closure-compiler:v20190929'
compile 'com.google.javascript:closure-compiler:v20191027'

compile 'com.google.code.gson:gson:2.7'
compile 'com.google.code.findbugs:jsr305:3.0.1'
Expand Down

0 comments on commit 2f2845a

Please sign in to comment.