aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2020-02-18 14:54:52 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2020-02-18 14:54:52 +0000
commit5fa9e747885c92f47f56a00d9f1accc6054cf340 (patch)
treed327f4e4ac641d895fe09b573d9bc75027a61095 /pom.xml
parentb14ce47071dc408f676d7076ec2e0d3bc4794730 (diff)
Update pom.xml version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c896ccfa..df2918f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>com.leonardobishop</groupId>
<artifactId>quests</artifactId>
- <version>2.7</version>
+ <version>2.8</version>
<name>Quests</name>
<properties>
@@ -61,6 +61,12 @@
<id>placeholderapi</id>
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
+
+ <!-- JitPack -->
+ <repository>
+ <id>jitpack.io</id>
+ <url>https://jitpack.io</url>
+ </repository>
</repositories>
<dependencies>
@@ -88,6 +94,13 @@
<scope>provided</scope>
</dependency>
+ <!-- IridiumSkyblock -->
+ <dependency>
+ <groupId>com.github.IridiumLLC</groupId>
+ <artifactId>IridiumSkyblock</artifactId>
+ <version>master</version>
+ </dependency>
+
<!-- uSkyBlock -->
<dependency>
<groupId>com.github.rlf</groupId>