Skip to content

Commit

Permalink
fix(deps): update dependency com.sourcegraph:semanticdb-javac to v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 26, 2022
1 parent 51b3e0d commit 32da126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion semanticdb-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
dependencies {
implementation(kotlin("stdlib"))
implementation("com.google.protobuf:protobuf-java:3.17.3")
compileOnly("com.sourcegraph", "semanticdb-javac", "0.6.12")
compileOnly("com.sourcegraph", "semanticdb-javac", "0.8.7")
}


Expand Down
2 changes: 1 addition & 1 deletion semanticdb-kotlinc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ subprojects {

dependencies {
implementation(kotlin("stdlib"))
compileOnly("com.sourcegraph", "semanticdb-javac", "0.6.12")
compileOnly("com.sourcegraph", "semanticdb-javac", "0.8.7")
}

afterEvaluate {
Expand Down

0 comments on commit 32da126

Please sign in to comment.