Skip to content

Commit cff10e1

Browse files
Update dependency com.squareup:kotlinpoet to v2.1.0
1 parent d9e4e53 commit cff10e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kotlin = "2.1.10"
99
assertj = { module = "org.assertj:assertj-core", version = "3.27.3" }
1010
khronicle = { module = "com.juul.khronicle:khronicle-core", version = "0.5.1" }
1111
kotlin-parcelize-runtime = { module = "org.jetbrains.kotlin:kotlin-parcelize-runtime", version.ref = "kotlin" }
12-
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "2.0.0" }
12+
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "2.1.0" }
1313
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.1.10-1.0.30" }
1414
ksp-testing = { module = "dev.zacsweers.kctfork:ksp", version = "0.7.0" } # https://github.com/ZacSweers/kotlin-compile-testing
1515
robolectric = { module = "org.robolectric:robolectric", version = "4.14.1" }

0 commit comments

Comments
 (0)