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.
2 parents 5fb925a + 969be8d commit ecc2586Copy full SHA for ecc2586
semanticdb-kotlinc/build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
37
testImplementation(kotlin("test"))
38
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
39
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.4.0")
40
- testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.7.2")
+ testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
41
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
42
version {
43
strictly("1.5.0")
0 commit comments