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:
Christian Koop 2021-11-01 20:41:45 +01:00
parent a2630ebee8
commit 4e2213a6dc
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 4 additions and 3 deletions

View File

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