Change the version of the dependency. #6

Merged
Caranouga merged 1 commit from patch-1 into master 2022-08-04 22:28:18 +02:00

View file

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