updated readme

This commit is contained in:
jstaerk
2025-10-31 07:41:18 +01:00
parent 7f1ee74dbc
commit 8b6036e94b

View File

@@ -34,7 +34,7 @@ If you set up a Maven project, you can reference the mustang artifact like this:
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>validator</artifactId>
<version>2.17.0</version>
<version>2.20.0</version>
<classifier>shaded</classifier>
</dependency>
```