We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f19218 + c18385a commit cb528b7Copy full SHA for cb528b7
core/build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
40
testImplementation("com.google.code.gson:gson:2.13.2")
41
42
- testImplementation(platform("org.junit:junit-bom:6.0.1"))
+ testImplementation(platform("org.junit:junit-bom:6.1.0-M1"))
43
testImplementation("org.junit.jupiter:junit-jupiter")
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
45
}
0 commit comments