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 1a09f52 commit 6fdc901Copy full SHA for 6fdc901
1 file changed
plugin/build.gradle.kts
@@ -46,7 +46,7 @@ dependencies {
46
detektPlugins(libs.detekt.formatting)
47
testImplementation(gradleTestKit())
48
testImplementation(kotlin("test-junit5"))
49
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2")
50
}
51
52
tasks {
0 commit comments