diff --git a/build.gradle.kts b/build.gradle.kts index 6c31dd1..af64769 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -82,7 +82,7 @@ dependencies { // compile-only: the proxy plugin is optional, and operators should test // against their production Velocity build. If API breaks occur, pin to a // specific build number (e.g. 3.5.0-SNAPSHOT-599). - compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") + compileOnly("com.velocitypowered:velocity-api:3.6.0-SNAPSHOT") compileOnly("org.slf4j:slf4j-api:2.0.18") // Netty BOM must be declared with platform(...) so Gradle treats it as a // BOM (dependency constraints) rather than a regular dependency. Without @@ -268,7 +268,7 @@ tasks.named("processVelocityResources") { val velocityOnly = configurations.create("velocityOnly") dependencies { - add("velocityOnly", "com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") + add("velocityOnly", "com.velocitypowered:velocity-api:3.6.0-SNAPSHOT") add("velocityOnly", "org.slf4j:slf4j-api:2.0.18") // Adventure exposes JetBrains annotations in its public API but does not // publish them transitively for this custom compile-only configuration.