We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c2375 commit 2725311Copy full SHA for 2725311
semanticdb-kotlinc/build.gradle.kts
@@ -42,7 +42,7 @@ dependencies {
42
// testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
43
testImplementation("dev.zacsweers.kctfork", "core", "0.4.0")
44
45
- testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
+ testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.12.1")
46
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
47
version {
48
strictly("1.5.0")
0 commit comments