mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-22 18:25:59 +01:00
Replacing dependency ShopGUIPlus
with latest version of its api
The author provides a public version of the API, so let's use this instead
This commit is contained in:
parent
a2630ebee8
commit
4e2213a6dc
7
pom.xml
7
pom.xml
@ -121,9 +121,10 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.brcdev</groupId>
|
||||
<artifactId>ShopGUIPlus</artifactId>
|
||||
<version>1.19.5</version>
|
||||
<groupId>com.github.brcdev-minecraft</groupId>
|
||||
<artifactId>shopgui-api</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.songoda</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user