From d838bc4963a22b7301d72b861486ed4c9174c704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pani=C4=87?= Date: Tue, 13 Nov 2018 23:11:34 +0100 Subject: Updated spigot to 1.13.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index aa99102..bd7d0bb 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT" implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT" - compileOnly 'org.spigotmc:spigot-api:1.13.1-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT' } jar { @@ -35,4 +35,4 @@ jar { task sourceJar(type: Jar, dependsOn: classes) { classifier 'sources' from sourceSets.main.allSource -} \ No newline at end of file +} -- cgit v1.2.3