Skip to content

Commit 3adb778

Browse files
fix(deps): update dependency com.squareup:kotlinpoet-ksp to v2.3.0
1 parent 1ab30df commit 3adb778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ plugins {
77
dependencies {
88
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.6")
99
implementation("com.squareup:kotlinpoet:2.3.0")
10-
implementation("com.squareup:kotlinpoet-ksp:2.2.0")
10+
implementation("com.squareup:kotlinpoet-ksp:2.3.0")
1111
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
1212
}

0 commit comments

Comments
 (0)