Updates dependency WildStacker to use the API module and added repo url

This commit is contained in:
Christian Koop 2022-12-26 20:15:43 +01:00
parent 9b5ac542c1
commit 54be965100
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -99,6 +99,11 @@
<id>CodeMC</id> <id>CodeMC</id>
<url>https://repo.codemc.org/repository/maven-public/</url> <url>https://repo.codemc.org/repository/maven-public/</url>
</repository> </repository>
<repository>
<id>bg-repo</id>
<url>https://repo.bg-software.com/repository/api/</url>
</repository>
</repositories> </repositories>
<dependencies> <dependencies>
@ -118,8 +123,8 @@
<dependency> <dependency>
<groupId>com.bgsoftware</groupId> <groupId>com.bgsoftware</groupId>
<artifactId>wildstacker</artifactId> <artifactId>WildStackerAPI</artifactId>
<version>3.5.1</version> <version>3.8.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>