mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Use the latest version of ProtocolLib
Due to transitive dependencies and the fact ProtocolLib 4.2.0 is no longer available in any repos means any project that uses LibsDisguises fails to compile!
This commit is contained in:
parent
c8159e8963
commit
69acdaf594
1 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -38,7 +38,7 @@
|
|||
<dependency>
|
||||
<groupId>com.comphenix.protocol</groupId>
|
||||
<artifactId>ProtocolLib</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
|
|
Loading…
Reference in a new issue