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 477d1a1 commit ea07318Copy full SHA for ea07318
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.8.1")
+ testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.2")
41
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
42
version {
43
strictly("1.5.0")
0 commit comments