Skip to content

Commit

Permalink
fix: adopt upstream version 1.20.0
Browse files Browse the repository at this point in the history
Changes:

    Keep type-use annotation with type when wrapping (03efe44)
    Handle 'any' patterns (#1037)
  • Loading branch information
mikehardy committed Feb 17, 2024
1 parent 2ee8cd6 commit 093d7e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function spawnGoogleJavaFormat(args, done, stdio) {
// Add the library in, with java 16 compat
args = [
"-jar",
`${LOCATION}/lib/google-java-format-1.19.1-all-deps.jar`,
`${LOCATION}/lib/google-java-format-1.20.0-all-deps.jar`,
].concat(args);

// extract glob, if present
Expand Down
Binary file not shown.

0 comments on commit 093d7e9

Please sign in to comment.