Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent d468d07 commit bd8eb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions semanticdb-kotlinc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ dependencies {
testImplementation("io.kotest", "kotest-assertions-core", "4.6.3")
testImplementation("com.github.tschuchortdev", "kotlin-compile-testing", "1.5.0")
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.8.1")
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.5.0") {
testImplementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8", "1.9.10") {
version {
strictly("1.5.0")
}
}.because("transitive dependencies introduce 1.4.31 to the classpath which conflicts, can't use testRuntimeOnly")
testImplementation(kotlin("reflect"))
testImplementation(kotlin("script-runtime", "1.5.0"))
testImplementation(kotlin("script-runtime", "1.9.10"))

snapshotsImplementation("com.sourcegraph", "scip-java_2.13", "0.8.24")
}
Expand Down

0 comments on commit bd8eb8c

Please sign in to comment.