Skip to content

Commit

Permalink
Update dependency com.squareup:kotlinpoet to v1.15.0 (#1689)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent 59a6600 commit ecddfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jetbrains-compose-ui-tooling = { module = "org.jetbrains.compose.ui:ui-tooling",
jetbrains-compose-ui-tooling-preview = { module = "org.jetbrains.compose.ui:ui-tooling-preview", version.ref = "jbCompose" }

androidGradlePlugin = { module = "com.android.tools.build:gradle", version = "8.1.1" }
kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.14.2" }
kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.15.0" }
clikt = { module = "com.github.ajalt.clikt:clikt", version = "4.2.1" }
junit = { module = "junit:junit", version = "4.13.2" }
testParameterInjector = { module = "com.google.testparameterinjector:test-parameter-injector", version = "1.14" }
Expand Down

0 comments on commit ecddfc7

Please sign in to comment.