summaryrefslogtreewikicommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-01-24 11:50:01 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-01-24 11:50:01 -0500
commit0ea945d84ef519b0676793d60eb4d8b47c788e7c (patch)
tree672aec8083eb2c756fabdf8b85163f6ec9f1483b /pom.xml
parent1.7.0RC1 (diff)
downloadkenshinshideandseek-0ea945d84ef519b0676793d60eb4d8b47c788e7c.tar.gz
kenshinshideandseek-0ea945d84ef519b0676793d60eb4d8b47c788e7c.tar.bz2
kenshinshideandseek-0ea945d84ef519b0676793d60eb4d8b47c788e7c.zip
1.7.0 rc2 (1.19.3 datawater fix)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 8b2a39d..df2ab1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,10 +80,10 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/public/</url>
</repository>
- <repository>
- <id>dmulloy2-repo</id>
- <url>https://repo.dmulloy2.net/repository/public/</url>
- </repository>
+<!-- <repository>-->
+<!-- <id>dmulloy2-repo</id>-->
+<!-- <url>https://repo.dmulloy2.net/repository/public/</url>-->
+<!-- </repository>-->
<repository>
<id>placeholderapi</id>
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
@@ -106,9 +106,9 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
- <version>4.4.0</version>
-<!-- <scope>system</scope>-->
-<!-- <systemPath>${project.basedir}/lib/ProtocolLib.jar</systemPath>-->
+ <version>4.8.0</version>
+ <scope>system</scope>
+ <systemPath>${project.basedir}/lib/ProtocolLib.jar</systemPath>
</dependency>
<dependency>
<groupId>org.xerial</groupId>