Updated Checkstyle test depedency
This commit is contained in:
parent
3c7bfba31a
commit
fde145f0b3
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue