Skip to content

Commit d6d256f

Browse files
committedApr 2, 2025
fix(deps): adopt google-java-format-1.26.0
1 parent 016892a commit d6d256f

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.25.2-all-deps.jar`,
75+
`${LOCATION}/lib/google-java-format-1.26.0-all-deps.jar`,
7676
].concat(args);
7777

7878
// extract glob, if present

0 commit comments

Comments
 (0)