Updated README

This commit is contained in:
Stijn Bannink 2022-12-15 19:31:33 +01:00 committed by GitHub
parent 7311ddbeec
commit bb27360255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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