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 1183e1a

Browse files
committedDec 10, 2021
Update dependency com.sourcegraph:semanticdb-javac to v0.7.3
1 parent 3bcff3f commit 1183e1a

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
@@ -23,7 +23,7 @@ buildscript {
2323
dependencies {
2424
implementation(kotlin("stdlib"))
2525
implementation("com.google.protobuf:protobuf-java:3.17.3")
26-
compileOnly("com.sourcegraph", "semanticdb-javac", "0.6.12")
26+
compileOnly("com.sourcegraph", "semanticdb-javac", "0.7.3")
2727
}
2828

2929

‎semanticdb-kotlinc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ subprojects {
182182

183183
dependencies {
184184
implementation(kotlin("stdlib"))
185-
compileOnly("com.sourcegraph", "semanticdb-javac", "0.6.12")
185+
compileOnly("com.sourcegraph", "semanticdb-javac", "0.7.3")
186186
}
187187

188188
afterEvaluate {

0 commit comments

Comments
 (0)
Please sign in to comment.