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 ee14f65 commit ae24ac7Copy full SHA for ae24ac7
build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
implementation("me.bristermitten:mittenlib-minimessage:1.0-SNAPSHOT")
32
annotationProcessor("me.bristermitten:mittenlib-annotation-processor:1.0-SNAPSHOT")
33
34
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
35
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
36
}
37
0 commit comments