Merge pull request #6 from Caranouga/patch-1
Change the version of the dependency.
This commit is contained in:
commit
6461e4aa40
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
```
|
```
|
||||||
|
@ -57,4 +57,4 @@ More information can be found on the [JavaDoc](https://sbdplugins.nl/javadoc/map
|
||||||
## Credits:
|
## Credits:
|
||||||
|
|
||||||
This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses
|
This is a fork of [MapManager](https://github.com/InventivetalentDev/MapManager). It updates the API to 1.19 and uses
|
||||||
other dependencies.
|
other dependencies.
|
||||||
|
|
Loading…
Add table
Reference in a new issue