We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8759cb commit 01ef572Copy full SHA for 01ef572
cloudnet-rest-module/build.gradle.kts
@@ -55,8 +55,8 @@ dependencies {
55
compileOnly(libs.logbackCore)
56
compileOnly(libs.logbackClassic)
57
58
- compileOnly("eu.cloudnetservice.cloudnet:node-impl:4.0.0-RC15-SNAPSHOT")
59
- compileOnly("eu.cloudnetservice.cloudnet:bridge-impl:4.0.0-RC15-SNAPSHOT")
+ compileOnly("eu.cloudnetservice.cloudnet:node-impl:4.0.0-RC16-SNAPSHOT")
+ compileOnly("eu.cloudnetservice.cloudnet:bridge-impl:4.0.0-RC16-SNAPSHOT")
60
}
61
62
tasks.withType<Test> {
0 commit comments