Skip to content

Commit

Permalink
chore(deps): update dependency com.squareup:kotlinpoet to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2024
1 parent 9a5df38 commit d128863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
buildscript {
dependencies {
// Workaround for CMP and buildconfig mismatch: https://github.com/gmazzo/gradle-buildconfig-plugin/issues/131
classpath("com.squareup:kotlinpoet:1.16.0")
classpath("com.squareup:kotlinpoet:1.17.0")
}
}

Expand Down

0 comments on commit d128863

Please sign in to comment.