Skip to content

Commit

Permalink
chore(deps): update dependency com.google.protobuf:protoc to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 1, 2022
1 parent d6f138c commit b8aab95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semanticdb-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ krotoPlus {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.15.7"
artifact = "com.google.protobuf:protoc:3.20.0"
}

generatedFilesBaseDir = kotlin.sourceSets.main.get().kotlin.srcDirs.first().path.split(":")[0].removeSuffix("main/kotlin")
Expand Down

0 comments on commit b8aab95

Please sign in to comment.