Merge pull request #6 from Caranouga/patch-1

Change the version of the dependency.
This commit is contained in:
Stijn Bannink 2022-08-04 22:28:18 +02:00 committed by GitHub
commit 6461e4aa40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,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.1</version> <version>1.2</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```