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 f0d2bd3 commit d9dfcb6Copy full SHA for d9dfcb6
build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
compileOnly("org.jetbrains", "annotations", "26.0.2")
19
implementation("net.kyori", "adventure-api", "4.21.0")
20
21
- testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.12.2")
+ testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.13.0")
22
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
23
}
24
0 commit comments