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 588e8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 588e8d3

Please sign in to comment.