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
1 changed files with 7 additions and 2 deletions

View File

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