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.15.1 (#149)
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 19, 2023
1 parent 7e77ab8 commit 1fd6465
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.0")
implementation("com.squareup:kotlinpoet:1.15.1")
}

testing {
Expand Down

0 comments on commit 1fd6465

Please sign in to comment.