diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 7454321..49caa86 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -3,7 +3,9 @@ plugins { } dependencies { - compileOnly("com.alttd:Galaxy-API:1.18.2-R0.1-SNAPSHOT") + compileOnly("com.alttd:Galaxy-API:1.18.2-R0.1-SNAPSHOT") { +// exclude("net.kyori") + } compileOnly("org.spongepowered:configurate-yaml:4.1.2") // Configurate compileOnly("net.luckperms:api:5.3") // Luckperms } diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 04cfbe8..61da11f 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -5,8 +5,8 @@ plugins { dependencies { implementation(project(":api")) // API - compileOnly("com.velocitypowered:velocity-api:3.1.0") // Velocity - annotationProcessor("com.velocitypowered:velocity-api:3.1.0") + compileOnly("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") // Velocity + annotationProcessor("com.velocitypowered:velocity-api:3.1.2-SNAPSHOT") implementation("mysql:mysql-connector-java:8.0.27") // mysql implementation("org.spongepowered", "configurate-yaml", "4.1.2") compileOnly("net.kyori:adventure-text-minimessage:4.10.1")