Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup:kotlinpoet to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wax911 committed Oct 26, 2024
1 parent 339e50f commit 6cd4937
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 @@ -87,6 +87,6 @@ spotless-gradle = { module = "com.diffplug.spotless:spotless-plugin-gradle", ver

pintrest-ktlint = { module = "com.pinterest:ktlint", version.ref = "ktlint" }

squareup-kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.18.1" }
squareup-kotlinpoet = { module = "com.squareup:kotlinpoet", version = "2.0.0" }
google-devtools-ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "google-devtools-ksp" }
kotlin-compile-testing-ksp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.6.0" }

0 comments on commit 6cd4937

Please sign in to comment.