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.
1 parent 09be3a4 commit 9b23055Copy full SHA for 9b23055
build.gradle.kts
@@ -24,9 +24,9 @@ subprojects {
24
"implementation"(platform("org.jetbrains.kotlin:kotlin-bom"))
25
"implementation"("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
26
27
- "testImplementation"("org.junit.jupiter:junit-jupiter-api:5.6.2")
28
- "testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.6.2")
29
- "testImplementation"("org.junit.jupiter:junit-jupiter-params:5.6.2")
+ "testImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.0")
+ "testImplementation"("org.junit.jupiter:junit-jupiter-engine:5.7.0")
+ "testImplementation"("org.junit.jupiter:junit-jupiter-params:5.7.0")
30
}
31
32
// Configure the dokka plugin for all subprojects.
0 commit comments