Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency com.squareup:kotlinpoet to v1.16.0 (#157)
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 Jan 18, 2024
1 parent aad1878 commit 42b436f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skelegro-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sourdoughLibrary {
}

dependencies {
implementation("com.squareup:kotlinpoet:1.15.3")
implementation("com.squareup:kotlinpoet:1.16.0")
}

testing {
Expand Down

0 comments on commit 42b436f

Please sign in to comment.