Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44a884c

Browse files
authoredAug 1, 2024··
fix(deps): update dependency com.sourcegraph:scip-java_2.13 to v0.10.1
1 parent 457a62e commit 44a884c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎semanticdb-kotlinc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation(kotlin("reflect"))
5252
testImplementation(kotlin("script-runtime", "1.5.0"))
5353

54-
snapshotsImplementation("com.sourcegraph", "scip-java_2.13", "0.8.24")
54+
snapshotsImplementation("com.sourcegraph", "scip-java_2.13", "0.10.1")
5555
}
5656

5757
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)
Please sign in to comment.