We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d2b32 commit 82d8070Copy full SHA for 82d8070
semanticdb-kotlinc/build.gradle.kts
@@ -43,13 +43,13 @@ dependencies {
43
testImplementation("dev.zacsweers.kctfork", "core", "0.4.0")
44
45
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
46
- testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
+ testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "2.0.0") {
47
version {
48
strictly("1.5.0")
49
}
50
}.because("transitive dependencies introduce 1.4.31 to the classpath which conflicts, can't use testRuntimeOnly")
51
testImplementation(kotlin("reflect"))
52
- testImplementation(kotlin("script-runtime", "1.5.0"))
+ testImplementation(kotlin("script-runtime", "2.0.0"))
53
54
snapshotsImplementation("com.sourcegraph", "scip-java_2.13", "0.8.24")
55
0 commit comments