Skip to content

Commit

Permalink
Update dependency com.sourcegraph:semanticdb-javac to v0.8.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 20, 2023
1 parent dc4dcb8 commit 02aff85
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 @@ -22,7 +22,7 @@ buildscript {
dependencies {
implementation(kotlin("stdlib"))
implementation("com.google.protobuf:protobuf-java:3.17.3")
compileOnly("com.sourcegraph", "semanticdb-javac", "0.8.23")
compileOnly("com.sourcegraph", "semanticdb-javac", "0.8.25")
}


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 @@ -174,7 +174,7 @@ subprojects {

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

afterEvaluate {
Expand Down

0 comments on commit 02aff85

Please sign in to comment.