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

Commit 588e8d3

Browse files
committed
Update closure compiler to latest release.
Also upgrade clang-format.
1 parent 2ba4a31 commit 588e8d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/angular/clutz",
66
"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.",
77
"devDependencies": {
8-
"clang-format": "^1.2.3",
8+
"clang-format": "^1.3.0",
99
"typescript": "^3.3.1"
1010
}
1111
}

0 commit comments

Comments
 (0)