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
Showing only changes of commit c16c63ef6a - Show all commits

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>
``` ```