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 | |
| parent | b14ce47071dc408f676d7076ec2e0d3bc4794730 (diff) | |
Update pom.xml version
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | pom.xml | 15 |
2 files changed, 15 insertions, 1 deletions
@@ -11,6 +11,7 @@ Alternatively, you can build Quests via Maven using ``mvn clean package``. - Reinatix - ToastedCoconut - nicuch +- RodneyMKay ## Support For support please open a [GitHub issue](https://github.com/LMBishop/Quests/issues) or join our [Discord server](https://discord.gg/8amrJnX). Please provide information of the issue, any errors that may come up and make sure you are using the latest version of the plugin. @@ -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> |
