diff --git a/eco-api/build.gradle b/eco-api/build.gradle index a5ed23d8..3af9bd1e 100644 --- a/eco-api/build.gradle +++ b/eco-api/build.gradle @@ -6,7 +6,7 @@ group 'com.willfp' version rootProject.version dependencies { - compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' compileOnly 'org.apache.maven:maven-artifact:3.0.3' compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT' compileOnly 'com.google.code.gson:gson:2.8.7' diff --git a/eco-core/core-backend/build.gradle b/eco-core/core-backend/build.gradle index ed1d62a9..e39f6339 100644 --- a/eco-core/core-backend/build.gradle +++ b/eco-core/core-backend/build.gradle @@ -2,7 +2,7 @@ group 'com.willfp' version rootProject.version dependencies { - compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' compileOnly 'me.clip:placeholderapi:2.10.9' compileOnly 'org.reflections:reflections:0.9.12' compileOnly 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT' diff --git a/eco-core/core-plugin/build.gradle b/eco-core/core-plugin/build.gradle index 5a2dc068..5665af99 100644 --- a/eco-core/core-plugin/build.gradle +++ b/eco-core/core-plugin/build.gradle @@ -5,7 +5,7 @@ dependencies { implementation 'org.bstats:bstats-bukkit:1.7' compileOnly 'org.apache.maven:maven-artifact:3.0.3' compileOnly 'com.google.code.gson:gson:2.8.7' - compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' compileOnly project(":eco-core:core-proxy") compileOnly project(":eco-core:core-backend") compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT' diff --git a/eco-core/core-proxy/build.gradle b/eco-core/core-proxy/build.gradle index 79383589..5795f8bc 100644 --- a/eco-core/core-proxy/build.gradle +++ b/eco-core/core-proxy/build.gradle @@ -2,5 +2,5 @@ group 'com.willfp' version rootProject.version dependencies { - compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' } \ No newline at end of file