Updated ProtocolLib dependency to official release version 3.6.5

This commit is contained in:
NavidK0 2016-01-31 09:29:41 -05:00
parent 28196a26ff
commit 7ec97f7bd3

View File

@ -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'
}