Skip to content

Commit 61cfe4e

Browse files
authored
Compatible with Checkstyle v9.2.1
1 parent 44b8527 commit 61cfe4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java Style Guide
22
![Version](https://img.shields.io/badge/Latest%20Version-v1.0.1--9.1-blue)
3-
![Checkstyle](https://img.shields.io/badge/Checkstyle%20Compatible-v9.2-green)
3+
![Checkstyle](https://img.shields.io/badge/Checkstyle%20Compatible-v9.2.1-green)
44

55
Java style guide built upon Sun Microsystems and Google style guides, widely accepted best practices. Is offered in
66
form of a textual representation, as well as `Checkstyle` and `Intellij IDEA` declarations for automation purposes.
@@ -48,7 +48,7 @@ Then the plugin could be configured in the following way (for Maven):
4848
<dependency>
4949
<groupId>com.puppycrawl.tools</groupId>
5050
<artifactId>checkstyle</artifactId>
51-
<version>9.2</version>
51+
<version>9.2.1</version>
5252
</dependency>
5353
</dependencies>
5454
<configuration>

0 commit comments

Comments
 (0)