Bumped to v1.6

This commit is contained in:
Stijn Bannink 2023-08-12 21:35:52 +02:00
parent 19fdd6ff66
commit 31ff370dc0

View file

@ -16,7 +16,7 @@ First, include the API using Maven:
<dependency>
<groupId>tech.sbdevelopment</groupId>
<artifactId>MapReflectionAPI</artifactId>
<version>1.5.1</version>
<version>1.6</version>
<scope>provided</scope>
</dependency>
```