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 ec3eeb7

Browse files
authoredAug 1, 2024··
fix(deps): update dependency com.sourcegraph:semanticdb-javac to v0.10.1
1 parent 457a62e commit ec3eeb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎semanticdb-kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
dependencies {
2323
implementation(kotlin("stdlib"))
2424
implementation("com.google.protobuf:protobuf-java:3.17.3")
25-
compileOnly("com.sourcegraph", "semanticdb-javac", "0.8.23")
25+
compileOnly("com.sourcegraph", "semanticdb-javac", "0.10.1")
2626
}
2727

2828

‎semanticdb-kotlinc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ subprojects {
180180

181181
dependencies {
182182
implementation(kotlin("stdlib"))
183-
compileOnly("com.sourcegraph", "semanticdb-javac", "0.6.12")
183+
compileOnly("com.sourcegraph", "semanticdb-javac", "0.10.1")
184184
}
185185

186186
afterEvaluate {

0 commit comments

Comments
 (0)
Please sign in to comment.