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 c57fd62Copy full SHA for c57fd62
build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
annotationProcessor("me.bristermitten:mittenlib-annotation-processor:1.0-SNAPSHOT")
33
34
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
35
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
36
}
37
38
tasks.shadowJar {
0 commit comments