Skip to content

Commit

Permalink
feat: adopt upstream 1.23.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 1, 2024
1 parent 952c140 commit 1d401c1
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.20.0-all-deps.jar`,
`${LOCATION}/lib/google-java-format-1.23.0-all-deps.jar`,
].concat(args);

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

0 comments on commit 1d401c1

Please sign in to comment.