We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80529aa commit 6213c8cCopy full SHA for 6213c8c
core/build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
31
testImplementation("com.google.code.gson:gson:2.13.2")
32
33
- testImplementation(platform("org.junit:junit-bom:6.0.1"))
+ testImplementation(platform("org.junit:junit-bom:6.1.0-SNAPSHOT"))
34
testImplementation("org.junit.jupiter:junit-jupiter")
35
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
36
}
0 commit comments