mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-24 15:51:31 +01:00
Update ProtocolLib version
This commit is contained in:
parent
c937338fc4
commit
704b6966f3
10
pom.xml
10
pom.xml
@ -139,10 +139,16 @@
|
||||
|
||||
<!-- Attribute Repo -->
|
||||
<repository>
|
||||
<id>comphenix-snapshots</id>
|
||||
<id>comphenix-repo</id>
|
||||
<url>http://repo.comphenix.net/content/repositories/public</url>
|
||||
</repository>
|
||||
|
||||
<!-- ProtocolLib Repo -->
|
||||
<repository>
|
||||
<id>dmulloy2-repo</id>
|
||||
<url>http://repo.dmulloy2.net/content/groups/public/</url>
|
||||
</repository>
|
||||
|
||||
<!-- Multiverse Repo -->
|
||||
<repository>
|
||||
<id>onarandombox</id>
|
||||
@ -322,7 +328,7 @@
|
||||
<dependency>
|
||||
<groupId>com.comphenix.protocol</groupId>
|
||||
<artifactId>ProtocolLib</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.6.5-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<optional>true</optional>
|
||||
<exclusions>
|
||||
|
Loading…
Reference in New Issue
Block a user