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 0ebdc0e commit b4ff100Copy full SHA for b4ff100
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.1"))
+ testImplementation(platform("org.junit:junit-bom:6.2.0-SNAPSHOT"))
35
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
36
}
37
0 commit comments