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 78976b8 commit 2b080f9Copy full SHA for 2b080f9
build.gradle.kts
@@ -64,7 +64,7 @@ dependencies {
64
annotationProcessor("cloud.commandframework:cloud-annotations:1.8.4")
65
implementation("me.lucko:commodore:2.2")
66
67
- testImplementation(platform("org.junit:junit-bom:5.12.2"))
+ testImplementation(platform("org.junit:junit-bom:5.13.4"))
68
testImplementation("org.junit.jupiter:junit-jupiter")
69
}
70
0 commit comments