diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-02-18 14:54:52 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-02-18 14:54:52 +0000 |
| commit | 5fa9e747885c92f47f56a00d9f1accc6054cf340 (patch) | |
| tree | d327f4e4ac641d895fe09b573d9bc75027a61095 /pom.xml | |
| parent | b14ce47071dc408f676d7076ec2e0d3bc4794730 (diff) | |
Update pom.xml version
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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> |
