diff --git a/eco-api/build.gradle.kts b/eco-api/build.gradle.kts index 2469709db..5c345ba9b 100644 --- a/eco-api/build.gradle.kts +++ b/eco-api/build.gradle.kts @@ -3,7 +3,7 @@ dependencies { compileOnly("net.kyori:adventure-platform-bukkit:4.1.0") // Other - compileOnly("org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") compileOnly("com.comphenix.protocol:ProtocolLib:4.6.1-SNAPSHOT") compileOnly("com.google.code.gson:gson:2.8.8") } diff --git a/eco-core/core-backend/build.gradle.kts b/eco-core/core-backend/build.gradle.kts index df2586489..e4969349a 100644 --- a/eco-core/core-backend/build.gradle.kts +++ b/eco-core/core-backend/build.gradle.kts @@ -6,7 +6,7 @@ dependencies { implementation("org.reflections:reflections:0.9.12") implementation("org.objenesis:objenesis:3.2") - compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") compileOnly("me.clip:placeholderapi:2.10.10") compileOnly("net.kyori:adventure-text-minimessage:4.10.0") compileOnly("net.kyori:adventure-platform-bukkit:4.1.0") diff --git a/eco-core/core-proxy/build.gradle.kts b/eco-core/core-proxy/build.gradle.kts index aa3d26176..457a3a36f 100644 --- a/eco-core/core-proxy/build.gradle.kts +++ b/eco-core/core-proxy/build.gradle.kts @@ -2,5 +2,5 @@ group = "com.willfp" version = rootProject.version dependencies { - compileOnly("org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") }