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
Also upgrade clang-format.
  • Loading branch information
rkirov committed Nov 4, 2019
1 parent 2ba4a31 commit b261b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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"
}
}

0 comments on commit b261b6b

Please sign in to comment.