Skip to content

Commit 5abb158

Browse files
fix(deps): update kotlin monorepo
1 parent d468d07 commit 5abb158

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
@@ -37,13 +37,13 @@ dependencies {
3737
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
3838
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
3939
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
40-
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
40+
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.9.21") {
4141
version {
4242
strictly("1.5.0")
4343
}
4444
}.because("transitive dependencies introduce 1.4.31 to the classpath which conflicts, can't use testRuntimeOnly")
4545
testImplementation(kotlin("reflect"))
46-
testImplementation(kotlin("script-runtime", "1.5.0"))
46+
testImplementation(kotlin("script-runtime", "1.9.20"))
4747

4848
snapshotsImplementation("com.sourcegraph", "scip-java_2.13", "0.8.24")
4949
}

0 commit comments

Comments
 (0)