mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Updated ProtocolLib dependency to official release version 3.6.5
This commit is contained in:
parent
28196a26ff
commit
7ec97f7bd3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ ant.get src: 'https://www.dropbox.com/s/1ofgubrldjwamnk/spigot.jar?dl=1', dest:
|
|||
|
||||
dependencies {
|
||||
compile "org.spigotmc:spigot-api:$project.ext.spigotVersion"
|
||||
compile 'com.comphenix.protocol:ProtocolLib:3.6.5-SNAPSHOT'
|
||||
compile 'com.comphenix.protocol:ProtocolLib:3.6.5'
|
||||
compile name: 'spigot'
|
||||
testCompile group: 'junit', name: 'junit', version: '4.10'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue