Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v1.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 69300ae commit a41da0e
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 @@ -43,13 +43,13 @@ dependencies {
testImplementation("dev.zacsweers.kctfork", "core", "0.4.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.25") {
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.25"))

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

0 comments on commit a41da0e

Please sign in to comment.