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.
2 parents 4404082 + c1f6284 commit 0ebdc0eCopy full SHA for 0ebdc0e
1 file changed
build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
testImplementation("net.kyori:adventure-text-minimessage:4.27.0-SNAPSHOT")
32
testImplementation("org.junit.jupiter:junit-jupiter")
33
testImplementation("org.slf4j:slf4j-simple:2.1.0-alpha1")
34
- testImplementation(platform("org.junit:junit-bom:6.1.0"))
+ testImplementation(platform("org.junit:junit-bom:6.1.1"))
35
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
36
}
37
0 commit comments