updated history

This commit is contained in:
Jochen Stärk
2026-02-04 14:49:54 +01:00
parent a40c1e638d
commit d31080bbe6
3 changed files with 23 additions and 11 deletions

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.20.0</version>
<version>2.22.0</version>
<classifier>shaded</classifier>
</dependency>
```