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 dc4dcb8 commit a37b231Copy full SHA for a37b231
semanticdb-kotlinc/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
testImplementation(kotlin("test"))
37
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
38
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
39
- testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
+ testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.10.0")
40
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
41
version {
42
strictly("1.5.0")
0 commit comments