diff --git a/build.gradle b/build.gradle index 984374c9..6e08f83f 100644 --- a/build.gradle +++ b/build.gradle @@ -103,6 +103,6 @@ ant.get src: 'http://server.o2gaming.com/downloads/spigot-1.9.jar', dest: file(' dependencies { compile "org.spigotmc:spigot-api:$project.ext.spigotVersion" compile 'com.comphenix.protocol:ProtocolLib:3.7.0-SNAPSHOT' - compile group: "spigot", name: 'spigot-1.9' + compile group: "spigot", name: 'spigot-1.9', version: "1.9" testCompile group: 'junit', name: 'junit', version: '4.10' }