Skip to content

Commit 6539526

Browse files
Update dependency com.google.devtools.ksp:symbol-processing-api to v2.1.10-1.0.31
1 parent d9e4e53 commit 6539526

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
@@ -10,7 +10,7 @@ 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" }
1212
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "2.0.0" }
13-
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.1.10-1.0.30" }
13+
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.1.10-1.0.31" }
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" }
1616

0 commit comments

Comments
 (0)