There was an error while loading. Please reload this page.
1 parent 14cb9fd commit 0494963Copy full SHA for 0494963
1 file changed
core/build.gradle.kts
@@ -5,7 +5,7 @@ dependencies {
5
6
testImplementation("com.google.code.gson:gson:2.13.2")
7
8
- testImplementation(platform("org.junit:junit-bom:6.1.0-M1"))
+ testImplementation(platform("org.junit:junit-bom:6.1.0-SNAPSHOT"))
9
testImplementation("org.junit.jupiter:junit-jupiter")
10
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
11
}
0 commit comments