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 05fae5e commit f425d21Copy full SHA for f425d21
build.gradle.kts
@@ -34,8 +34,8 @@ dependencies {
34
implementation("de.eldoria", "eldo-util", "1.14.5")
35
bukkitLibrary("net.kyori", "adventure-platform-bukkit", "4.4.0")
36
bukkitLibrary("net.kyori", "adventure-text-minimessage", "4.21.0")
37
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
38
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0")
39
}
40
41
publishing {
0 commit comments