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 a27742b + 98619d9 commit 842f52bCopy full SHA for 842f52b
bukkit-extension/build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
compileOnly(rootProject)
35
compileOnly("io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT")
36
implementation("io.papermc:paperlib:1.0.8")
37
- testImplementation(platform("org.junit:junit-bom:5.9.1"))
+ testImplementation(platform("org.junit:junit-bom:5.9.3"))
38
testImplementation("org.junit.jupiter:junit-jupiter")
39
}
40
0 commit comments