Skip to content

Commit 093d7e9

Browse files
committed
fix: adopt upstream version 1.20.0
Changes: Keep type-use annotation with type when wrapping (03efe44) Handle 'any' patterns (#1037)
1 parent 2ee8cd6 commit 093d7e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function spawnGoogleJavaFormat(args, done, stdio) {
7272
// Add the library in, with java 16 compat
7373
args = [
7474
"-jar",
75-
`${LOCATION}/lib/google-java-format-1.19.1-all-deps.jar`,
75+
`${LOCATION}/lib/google-java-format-1.20.0-all-deps.jar`,
7676
].concat(args);
7777

7878
// extract glob, if present

0 commit comments

Comments
 (0)