Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup:kotlinpoet to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent 9ad7c1f commit 4b2b316
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 @@ -100,7 +100,7 @@ kotlin-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutab
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-protobuf", version = "1.6.0" }

# KotlinPoet
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.14.2" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.15.0" }

# Ktor
ktor-android = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
Expand Down

0 comments on commit 4b2b316

Please sign in to comment.