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 a27742b commit 98619d9Copy full SHA for 98619d9
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