We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6047dbe commit b00b691Copy full SHA for b00b691
build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
implementation("net.kyori.adventure:adventure-text-minimessage:4.11.0")
40
41
// tests stuff
42
- testImplementation(platform("org.junit:junit-bom:5.13.4"))
+ testImplementation(platform("org.junit:junit-bom:6.0.3"))
43
testImplementation("org.junit.jupiter:junit-jupiter")
44
}
45
0 commit comments