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 e9fd3f2 commit 4686ac0Copy full SHA for 4686ac0
buildSrc/src/main/kotlin/config-kotlin.gradle.kts
@@ -64,9 +64,9 @@ testing {
64
val test by getting(JvmTestSuite::class) {
65
useKotlinTest(embeddedKotlinVersion)
66
dependencies {
67
- implementation("org.junit.jupiter:junit-jupiter-engine:5.13.4")
68
- implementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
69
- implementation("org.junit.platform:junit-platform-launcher:1.13.4")
+ implementation("org.junit.jupiter:junit-jupiter-engine:6.0.0")
+ implementation("org.junit.jupiter:junit-jupiter-params:6.0.0")
+ implementation("org.junit.platform:junit-platform-launcher:6.0.0")
70
}
71
72
targets.configureEach {
0 commit comments