Updated Checkstyle test depedency

This commit is contained in:
Erik C. Thauvin 2023-10-23 03:55:52 -07:00
parent abc6485a3e
commit 731f29e347

View file

@ -35,5 +35,5 @@ Don't forget to add a Checkstyle `test` dependency to your build file, as it is
```java
repositories = List.of(MAVEN_CENTRAL);
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 12, 2)));
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 12, 4)));