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.
2 parents a44897e + 196e880 commit bb7f734Copy full SHA for bb7f734
1 file changed
build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
compileOnly("org.jetbrains:annotations:26.0.2-1")
25
compileOnly("org.jspecify:jspecify:1.0.0")
26
27
- testImplementation(platform("org.junit:junit-bom:6.0.1"))
+ testImplementation(platform("org.junit:junit-bom:6.1.0-M1"))
28
testImplementation("org.junit.jupiter:junit-jupiter")
29
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
30
}
0 commit comments