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

Update closure compiler to latest release. #936

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ 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'
compile 'com.google.guava:guava:28.0-jre'
compile 'com.google.guava:guava:28.1-jre'
compile 'org.apache.commons:commons-text:1.4'

// ErrorProne itself, plus its javac integration.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/angular/clutz",
"description": "Clutz is not on npm, and technically not a node package. \n This is needed only for testing Clutz's output against the TypeScript compiler, and to install some development dependencies from npm.",
"devDependencies": {
"clang-format": "^1.2.3",
"clang-format": "^1.3.0",
"typescript": "^3.3.1"
}
}