Skip to content

Commit 82d8070

Browse files
fix(deps): update kotlin monorepo to v2
1 parent 12d2b32 commit 82d8070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

semanticdb-kotlinc/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ dependencies {
4343
testImplementation("dev.zacsweers.kctfork", "core", "0.4.0")
4444

4545
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
46-
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
46+
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "2.0.0") {
4747
version {
4848
strictly("1.5.0")
4949
}
5050
}.because("transitive dependencies introduce 1.4.31 to the classpath which conflicts, can't use testRuntimeOnly")
5151
testImplementation(kotlin("reflect"))
52-
testImplementation(kotlin("script-runtime", "1.5.0"))
52+
testImplementation(kotlin("script-runtime", "2.0.0"))
5353

5454
snapshotsImplementation("com.sourcegraph", "scip-java_2.13", "0.8.24")
5555
}

0 commit comments

Comments
 (0)