diff --git a/build.gradle.kts b/build.gradle.kts index 7df2a74..49f90c9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ subprojects { Project.Core -> { shadowImplementation(kotlin("stdlib-jdk8")) shadowApi(project(":common")) - shadowApi("com.github.sya-ri:EasySpigotAPI:2.3.1") { + shadowApi("com.github.sya-ri:EasySpigotAPI:2.4.0") { exclude(group = "org.spigotmc", module = "spigot-api") exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib") }