Skip to content

Commit

Permalink
Update dependency com.sourcegraph:semanticdb-javac to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 12, 2022
1 parent 3bcff3f commit a91b1ac
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.7.4")
}


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.7.4")
}

afterEvaluate {
Expand Down

0 comments on commit a91b1ac

Please sign in to comment.