Skip to content

Commit

Permalink
fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent d468d07 commit e792e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semanticdb-kotlinc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
testImplementation(kotlin("reflect"))
testImplementation(kotlin("script-runtime", "1.5.0"))

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

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit e792e6b

Please sign in to comment.