Skip to content

Commit f48ef54

Browse files
fix(deps): update kotlin monorepo to v1.8.22
1 parent aa72546 commit f48ef54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: semanticdb-kotlinc/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ dependencies {
3838
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
3939
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.4.0")
4040
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
41-
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
41+
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.8.22") {
4242
version {
4343
strictly("1.5.0")
4444
}
4545
}.because("transitive dependencies introduce 1.4.31 to the classpath which conflicts, can't use testRuntimeOnly")
4646
testImplementation(kotlin("reflect"))
47-
testImplementation(kotlin("script-runtime", "1.5.0"))
47+
testImplementation(kotlin("script-runtime", "1.8.22"))
4848

4949
snapshotsImplementation("com.sourcegraph", "lsif-java_2.13", "0.6.12")
5050
}

0 commit comments

Comments
 (0)