diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 4266d238..61a82583 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -18,5 +18,5 @@ repositories { dependencies { api(project(":core")) implementation(project(":config")) - compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") + compileOnly("com.velocitypowered:velocity-api:3.6.0-SNAPSHOT") } diff --git a/velocity/example-plugin/build.gradle.kts b/velocity/example-plugin/build.gradle.kts index 7913e9b3..ee63575f 100644 --- a/velocity/example-plugin/build.gradle.kts +++ b/velocity/example-plugin/build.gradle.kts @@ -14,8 +14,8 @@ repositories { } dependencies { - compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") - annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") + compileOnly("com.velocitypowered:velocity-api:3.6.0-SNAPSHOT") + annotationProcessor("com.velocitypowered:velocity-api:3.6.0-SNAPSHOT") implementation(project(":velocity")) }