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 2648c7d commit c68f956Copy full SHA for c68f956
semanticdb-kotlinc/build.gradle.kts
@@ -43,7 +43,7 @@ dependencies {
43
// testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
44
testImplementation("dev.zacsweers.kctfork", "core", "0.7.1")
45
46
- testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
+ testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.14.0")
47
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
48
version {
49
strictly("1.5.0")
0 commit comments