We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd73e29 commit 4e39733Copy full SHA for 4e39733
1 file changed
core/build.gradle.kts
@@ -5,6 +5,6 @@ dependencies {
5
6
testImplementation("com.google.code.gson:gson:2.14.0")
7
testImplementation("org.junit.jupiter:junit-jupiter")
8
- testImplementation(platform("org.junit:junit-bom:6.1.0-M1"))
+ testImplementation(platform("org.junit:junit-bom:6.1.0-SNAPSHOT"))
9
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
10
}
0 commit comments