Latest core pls.

This commit is contained in:
Brianna 2020-04-14 16:33:48 -04:00
parent 5c183748f7
commit d7109d1258
1 changed files with 11 additions and 1 deletions

12
pom.xml
View File

@ -88,6 +88,10 @@
<id>public</id>
<url>https://repo.songoda.com/artifactory/public/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
@ -95,6 +99,12 @@
<artifactId>spigot</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>com.github.MilkBowl</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>abledskyblock</artifactId>
@ -104,7 +114,7 @@
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>maven-version-number</version>
<version>LATEST</version>
<scope>compile</scope>
</dependency>
</dependencies>