Updated dependency version in README

This commit is contained in:
Stijn Bannink 2022-08-05 14:23:05 +02:00 committed by GitHub
parent 2dc4338cdb
commit a09756055a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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